RepositoryHasCountry Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to determine whether a repository contains a given
Country.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract bool HasCountry(
Country country
)
Public MustOverride Function HasCountry (
country As Country
) As Boolean
Parameters
- country
- Type: Telogis.GeoBaseCountry
The Country to test.
Return Value
Type:
Booleantrue if
country is in the repository.
See Also