EPSG に従った座標系 ID (EPSG 座標系でない場合は NULL) を取得または設定します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public Property EpsgId As Nullable(Of Integer)
Get
Private Set
'使用
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>)
プロパティ値
型: System.Nullable<Int32>
EPSG に従った座標系 ID。