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입니다.