Returns the name of the CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Name { get; }
Visual Basic (Declaration)
Public ReadOnly Property Name As String

Field Value

A string containing the name of the CoordinateSystem.

Remarks

The name returned by this property may be a contraction of the full descriptive name, and have underscores instead of spaces; however each Name will uniquely identify the coordinate system in question.

See Also