Geography.CoordinateSystem 속성
지리의 좌표계를 가져옵니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public ReadOnly Property CoordinateSystem As CoordinateSystem
Get
‘사용 방법
Dim instance As Geography
Dim value As CoordinateSystem
value = instance.CoordinateSystem
public CoordinateSystem CoordinateSystem { get; }
public:
virtual property CoordinateSystem^ CoordinateSystem {
CoordinateSystem^ get () sealed;
}
abstract CoordinateSystem : CoordinateSystem
override CoordinateSystem : CoordinateSystem
final function get CoordinateSystem () : CoordinateSystem
속성 값
유형: System.Spatial.CoordinateSystem
지리의 좌표계입니다.