Click or drag to resize

IAsyncDirectionsHandler.OnDirectionsAppended Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Fires when new directions are appended to the Directions object.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void OnDirectionsAppended(
	AsyncDirectionsEventArgs args
)

Parameters

args
Type: Telogis.GeoBase.Routing.AsyncDirectionsEventArgs
Provides access to the Directions object and information about its status.
See Also