UnitSystem Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
References the type of unit system in use (e.g. Metric).
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration UnitSystem
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unsure of which system.
|
| Metric | 1 |
Using Metric (meters).
|
| ImperialFeet | 2 |
Using Imperial (feet).
|
| ImperialYards | 3 |
Using Imperial (yards).
|
See Also