Click or drag to resize

DirectionsSelectedIndex Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the current Direction by its index value in the list. See remarks.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown if the value is out of the range -1 < value < number of items.
Remarks
Note that an index value of -1 is valid, and serves to indicate that no Direction is currently selected.
See Also