This document is archived and information here might be outdated. Recommended version. |
Provides access to properties/methods common to all network analysis agents.
Name | Description | |
---|---|---|
Applies | Indicates if the agent is appropriate to use with the given network dataset. | |
Initialize | Get the agent ready for action. | |
Name | The name of the agent. | |
OnContextUpdated | Called when the context is updated. | |
OnResultUpdated | Called when a result is updated. |
CoClasses and Classes | Description |
---|---|
NACompactStreetDirectionsAgent | Generates compact driving directions for network analysis results. |
NAStreetDirectionsAgent | Generates driving directions for network analysis results. |
INAAgent is the interface implemented by objects that wish to be attached to the NAContext and to be notified when various events occur like when the context or the context's results are updated.
The NAStreetDirectionsAgent is an extension to the NAContext that implements INAAgent to generate street directions.