MultiRepositoryGetRepositoriesForCountry Method | |
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
)
Public Overrides Function GetRepositoriesForCountry (
Country As Country
) As List(Of SimpleRepository)
Parameters
- Country
- Type: Telogis.GeoBaseCountry
The country for which sub-repositories are desired.
Return Value
Type:
ListSimpleRepositoryA list of simple repositories that contain data about the specified country.
See Also