获取或设置符合 EPSG 的坐标系 ID;如果这不是 EPSG 坐标系,则为 NULL。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public Property EpsgId As Nullable(Of Integer)
Get
Private Set
用法
Dim instance As CoordinateSystem
Dim value As Nullable(Of Integer)
value = instance.EpsgId
public Nullable<int> EpsgId { get; private set; }
public:
property Nullable<int> EpsgId {
Nullable<int> get ();
private: void set (Nullable<int> value);
}
member EpsgId : Nullable<int> with get, private set
function get EpsgId () : Nullable<int>
private function set EpsgId (value : Nullable<int>)
属性值
类型:System.Nullable<Int32>
符合 EPSG 的坐标系 ID。