CoordinateSystem.EpsgId Property

Gets or sets the coordinate system ID according to the EPSG, or NULL if this is not an EPSG coordinate system.

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

Syntax

'Declaration
Public Property EpsgId As Nullable(Of Integer)
    Get 
    Private Set
'Usage
Dim instance As CoordinateSystem 
Dim value As Nullable(Of Integer)

value = instance.EpsgId
public Nullable<int> EpsgId { get; private set; }
public:
property Nullable<int> EpsgId {
    Nullable<int> get ();
    private: void set (Nullable<int> value);
}
member EpsgId : Nullable<int> with get, private set
function get EpsgId () : Nullable<int>
private function set EpsgId (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>
The coordinate system ID according to the EPSG.

See Also

Reference

CoordinateSystem Class

System.Spatial Namespace