DrillDownGeoCoderGetRegions Method (Int32, String, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Searches a specified region level for a region beginning with the given search string.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RegionSearchResult GetRegions(
int level,
string searchTerm,
int maxResults
)
Public Function GetRegions (
level As Integer,
searchTerm As String,
maxResults As Integer
) As RegionSearchResult
Parameters
- level
- Type: SystemInt32
The region level to search. - searchTerm
- Type: SystemString
Only regions with names beginning with this string will be returned. - maxResults
- Type: SystemInt32
The maximum number of results to return.
Return Value
Type:
RegionSearchResultA
RegionData array.
Remarks By default, the maximum number of results from this call to GetRegions is 100. However, this can be overridden using maxResults.
See Also