Click or drag to resize

RegionDataGetParentRegions Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the immediate parent region of this region. (e.g if this is Los Angeles you get the county of Los Angeles back)

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

Return Value

Type: RegionData
A set of region data objects representing the possible parents of this region within this context.
See Also