Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISDistance
Since: 1.0.0
Summary
ArcGISDistance holds the distance measurement data associated with a specific distance component.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | Yes | The unit of the Distance component. | ||
No | Yes | The value of the Distance component. |
Unit
ArcGISLinearUnit Unit
The unit of the Distance component.
Unit is the linear unit by which the value of the distance is measured.
Value
double Value
The value of the Distance component.
Value is the scalar value of the distance, measured by the associated Distance Unit. Will return NAN if an error occurs.