Compartir a través de


CoordinateSystem.EpsgId Propiedad

Obtiene o establece el identificador del sistema de coordenadas según EPSG, o NULL si no se trata de un sistema de coordenadas EPSG.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public Property EpsgId As Nullable(Of Integer)
    Get
    Private Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<Int32>
Identificador del sistema de coordenadas según EPSG.

Vea también

Referencia

CoordinateSystem Clase

Espacio de nombres System.Spatial