GeoStreamRepositoryHasCountry Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns true only if the GeoStream server (represented by this GeoStreamRepository object)
has data for the given
Country.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override bool HasCountry(
Country country
)
Public Overrides Function HasCountry (
country As Country
) As Boolean
Parameters
- country
- Type: Telogis.GeoBaseCountry
The Country to test for.
Return Value
Type:
Booleantrue if data for the given
country is available in this GeoStreamRepository.
See Also