다음을 통해 공유


CoordinateSystem.Id 속성

사용하는 체계와 상관없이 좌표계 Id를 가져오거나 설정합니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public ReadOnly Property Id As String
    Get
‘사용 방법
Dim instance As CoordinateSystem
Dim value As String

value = instance.Id
public string Id { get; }
public:
property String^ Id {
    String^ get ();
}
member Id : string
function get Id () : String

속성 값

유형: System.String
좌표계 Id입니다.

참고 항목

참조

CoordinateSystem 클래스

System.Spatial 네임스페이스