Click or drag to resize

DrillDownGeoCoderGetLargestUnsetLevel Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the level of the largest unset region. For example, in the U.S., if you have already set the state (level 0) this will return 1, which corresponds to the county level.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int GetLargestUnsetLevel()

Return Value

Type: Int32
The largest region level that has not been set.
See Also