Compartir a través de


CoordinateSystem.Name Propiedad

Obtiene o establece el nombre de la referencia.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public Property Name As String
    Get
    Private Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Nombre de la referencia.

Vea también

Referencia

CoordinateSystem Clase

Espacio de nombres System.Spatial