Freigeben über


CoordinateSystem.EpsgId-Eigenschaft

Ruft die Koordinatensystem-ID gemäß EPSG oder - wenn dies kein EPSG-Koordinatensystem ist - NULL ab oder legt sie fest.

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>)

Eigenschaftswert

Typ: System.Nullable<Int32>
Die Koordinatensystem-ID gemäß EPSG.

Siehe auch

Verweis

CoordinateSystem Klasse

System.Spatial-Namespace