Click or drag to resize

DirectionsAddTag Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Insert a customized object somewhere along the route. For example a simple string comment could be added.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int AddTag(
	int tagPointIndex,
	Object tagObject
)

Parameters

tagPointIndex
Type: SystemInt32
The index at which the object is to be inserted into the points array for the directions. Note that the data item will be added to the next movement along the route after the point.
tagObject
Type: SystemObject
The custom object.

Return Value

Type: Int32
Index in the directions array where the data object was added.
See Also