Click or drag to resize

DirectionLinkCountry Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the Country in which this DirectionLink resides.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Country Country { get; }

Return Value

Type: Country
The Country containing this DirectionLink.
Remarks
Calling this property uses a (reasonably quick) lookup so consider storing the return value if using multiple times.
See Also