Share via


IEdmSpatialTypeReference.SpatialReferenceIdentifier Property

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.

See Also

Reference

IEdmSpatialTypeReference Interface

Microsoft.Data.Edm Namespace