Srid Property

Gets the coordinate system ID to be used during read.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public ReadOnly Property Srid As Integer
    Get
'Usage
Dim instance As WellKnownBinaryData
Dim value As Integer

value = instance.Srid
public int Srid { get; }
public:
property int Srid {
    int get ();
}
member Srid : int
function get Srid () : int

Property Value

Type: System..::..Int32
The coordinate system ID.

See Also

Reference

WellKnownBinaryData Class

System.Spatial Namespace