LocalRepositoryGetRepositoriesForCountry Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a list of all repositories or sub-repositories of this repository that contain data about the specified country.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract List<SimpleRepository> GetRepositoriesForCountry(
Country country
)
Public MustOverride 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 with data for the specified country.
See Also