DrillDownGeoCoderGetRegions Method (Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the regions that are available in a certain level.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RegionSearchResult GetRegions(
int level
)
Public Function GetRegions (
level As Integer
) As RegionSearchResult
Parameters
- level
- Type: SystemInt32
Region level you want regions from.
Return Value
Type:
RegionSearchResultA RegionSearchResult object that contains the results.
Implements
IRegionSearcherGetRegions(Int32)Remarks See Also