SimpleRepositoryGetCountryRegions Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a list of top country regions for which data in this SimpleRepository is available.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public List<string> GetCountryRegions(
Country country
)
Public Function GetCountryRegions (
country As Country
) As List(Of String)
Parameters
- country
- Type: Telogis.GeoBaseCountry
Country
Return Value
Type:
ListStringString List with names of regions
See Also