Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the spatial reference identifier of this spatial type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property SpatialReferenceIdentifier As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmSpatialTypeReference
Dim value As Nullable(Of Integer)
value = instance.SpatialReferenceIdentifier
Nullable<int> SpatialReferenceIdentifier { get; }
property Nullable<int> SpatialReferenceIdentifier {
Nullable<int> get ();
}
abstract SpatialReferenceIdentifier : Nullable<int>
function get SpatialReferenceIdentifier () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The spatial reference identifier of this spatial type.