| ArcGIS Explorer Component Help |
| Unit..::.Kilometers Property |
| Unit Class See Also |
A shortcut property to return a new Unit object representing distance in kilometers.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public static Unit Kilometers { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property Kilometers As Unit |
Field Value
A Unit object.
Remarks
This property is a shortcut to the Unit.Linear.Kilometers property.