Partager via


Propriété CoordinateSystem.Name

Obtient ou définit le nom de la référence.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public Property Name As String
    Get
    Private Set
'Utilisation
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)

Valeur de propriété

Type : System.String
Nom de la référence.

Voir aussi

Référence

CoordinateSystem Classe

Espace de noms System.Spatial