다음을 통해 공유


CoordinateSystem.EpsgId 속성

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

참고 항목

참조

CoordinateSystem 클래스

System.Spatial 네임스페이스