Returns the units of measurement used by 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 Unit Unit { get; }
Visual Basic (Declaration)
Public ReadOnly Property Unit As Unit

Field Value

A Unit representing the units of measurement.

Remarks

Different coordinate systems use different units of measurement to specify coordinates.

See Also