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 命名空间