DirectionsSelectedIndex Property | |
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; }
Public Property SelectedIndex As Integer
Get
Set
Property Value
Type:
Int32Exceptions Remarks
Note that an index value of -1 is valid, and serves to
indicate that no
Direction is currently selected.
See Also