Click or drag to resize

MultiRepositoryGetRepositoriesForCountry Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a list of sub-repositories that contain data for the specified country.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override List<SimpleRepository> GetRepositoriesForCountry(
	Country Country
)

Parameters

Country
Type: Telogis.GeoBaseCountry
The country for which sub-repositories are desired.

Return Value

Type: ListSimpleRepository
A list of simple repositories that contain data about the specified country.
See Also