Click or drag to resize

DirectionsInsert Method (Int32, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Not supported in this class.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The index at which the object is to be inserted.
value
Type: SystemObject
The object to be inserted.

Implements

IListInsert(Int32, Object)
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when this method is called.
See Also