Proprietà CoordinateSystem.EpsgId
Ottiene o imposta l'ID del sistema di coordinate in base al sistema EPSG o NULL se non si tratta di un sistema di coordinate EPSG.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public Property EpsgId As Nullable(Of Integer)
Get
Private Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Nullable<Int32>
ID del sistema di coordinate in base al sistema EPSG.