Click or drag to resize

DrillDownGeoCoderListSetRegions Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a list of regions corresponding to each level in the country.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RegionData[] ListSetRegions()

Return Value

Type: RegionData

An array of RegionData objects that correspond to the levels in the DrillDownGeoCoder's country.

Any element may be null. A null element indicates that a particular level has not been set to a region.

The array index is directly mapped to the region level number thus, in the U.S. ListSetRegions()[0] corresponds to the set region for the State and ListSetRegions()[1] corresponds to the set region for the County.

See Also