Click or drag to resize

SimpleRepositoryGetUnitSystem Method

Verizon Connect Logo
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
)

Parameters

country
Type: Telogis.GeoBaseCountry
The country whose units are desired.

Return Value

Type: UnitSystem
The enumerated value identifying the unit system associated with the country, or if the unit system is not known, UnitSystem.Unknown.
See Also