DirectionsInsert Method (Int32, Object) | |
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
)
Public Sub Insert (
index As Integer,
value As Object
)
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 See Also