共用方式為


CoordinateSystem.Name 屬性

取得或設定參考名稱。

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

語法

'宣告
Public Property Name As String
    Get
    Private Set
'用途
Dim instance As CoordinateSystem
Dim value As String

value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)

屬性值

型別:System.String
參考名稱。

請參閱

參考

CoordinateSystem 類別

System.Spatial 命名空間