DrillDownGeoCoderIsSet Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determine whether the specified level has been set to a particular region.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool IsSet(
int level
)
Public Function IsSet (
level As Integer
) As Boolean
Parameters
- level
- Type: SystemInt32
The level in question.
Return Value
Type:
BooleanTrue if set, otherwise false.
See Also