Returns a string representation of this Unit.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
Return Value
A string representing this Unit.
Remarks
This override of Object.ToString returns a string containing the name and the identifier (if applicable) of the type of unit represented by this object.
You may wish to use GetDisplayName(UnitNameOptions) or GetPluralName(UnitNameOptions) methods to return a user-friendly string representation of the type of unit.