DirectionsIndexOf Method (Object) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the index of the specified object.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int IndexOf(
Object value
)
Public Function IndexOf (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The object to search for.
Return Value
Type:
Int32The index of the object if found, otherwise -1.
Implements
IListIndexOf(Object)See Also