RegionDataGetParentRegions Method | |
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()
Public Function GetParentRegions As RegionData()
Return Value
Type:
RegionDataA set of region data objects representing the possible
parents of this region within this context.
See Also