获取此几何实例的 SRID。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public ReadOnly Property CoordinateSystem As CoordinateSystem
Get
用法
Dim instance As Geometry
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
此几何实例的 SRID。