次の方法で共有


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 名前空間