Click or drag to resize

DirectionsSelected Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the currently selected Direction. The current selection is the one that will be rendered on the map.

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

Property Value

Type: Direction
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the specified Direction was not found in the list.
See Also