Click or drag to resize

DirectionsIndexOf Method (Object)

Verizon Connect Logo
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
)

Parameters

value
Type: SystemObject
The object to search for.

Return Value

Type: Int32
The index of the object if found, otherwise -1.

Implements

IListIndexOf(Object)
See Also