Click or drag to resize

RegionData Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RegionData type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the region name of the current instance with another object of the same type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBoundingBoxes
An array of bounding boxes covering this region.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParentRegions
Get the immediate parent region of this region. (e.g if this is Los Angeles you get the county of Los Angeles back)
Public methodGetRegions(Int32)
Searches for subregions of a specified level.
Public methodGetRegions(Int32, String)
Searches for subregions matching a specified search string.
Public methodGetStreets
Get streets in the given region
Public methodGetSubregion
Get all sub-regions that exist within the given region.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesQuery
Compares a region name with a query string.
Public methodToString
Prints the identity of this region for debugging purposes
(Overrides ObjectToString.)
Top
See Also