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 命名空间