SimpleRepositoryGetUnitSystem Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the unit system for a specified country.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public UnitSystem GetUnitSystem(
Country country
)
Public Function GetUnitSystem (
country As Country
) As UnitSystem
Parameters
- country
- Type: Telogis.GeoBaseCountry
The country whose units are desired.
Return Value
Type:
UnitSystemThe enumerated value identifying the unit system associated with the country, or
if the unit system is not known, UnitSystem.Unknown.
See Also