次の方法で共有


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 名前空間