RepositoryDiscovererFindData Method (Country) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Locate country-specific data source for the given country.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LocalRepository[] FindData(
Country country
)
Public Function FindData (
country As Country
) As LocalRepository()
Parameters
- country
- Type: Telogis.GeoBaseCountry
The country of the data.
Return Value
Type:
LocalRepositoryAn array of local repositories that support the specified country.
See Also