共用方式為


CoordinateSystem.Id 屬性

取得或設定座標系統識別碼 (無論使用何種配置)。

命名空間:  System.Spatial
組件:  System.Spatial (在 System.Spatial.dll 中)

語法

'宣告
Public ReadOnly Property Id As String
    Get
'用途
Dim instance As CoordinateSystem
Dim value As String

value = instance.Id
public string Id { get; }
public:
property String^ Id {
    String^ get ();
}
member Id : string
function get Id () : String

屬性值

型別:System.String
座標系統識別碼。

請參閱

參考

CoordinateSystem 類別

System.Spatial 命名空間