DirectionsSelectedIndex Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxpublic int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
Get
Set
Property Value
Type:
Int32
Exceptions
Remarks
Note that an index value of -1 is valid, and serves to
indicate that no
Direction is currently selected.
See Also