共用方式為


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
地理的座標系統。

實作

ISpatial.CoordinateSystem

請參閱

參考

Geography 類別

System.Spatial 命名空間