This document is archived and information here might be outdated. Recommended version. |
Provides access to events triggered by the network analysis context.
Name | Description | |
---|---|---|
OnNAContextUpdated | Called when the network analysis context is updated. | |
OnNAResultUpdated | Called when the network analysis result is updated. |
Classes | Description |
---|---|
NAContext | The analysis and problem definition container. |
NAContextEvents | NAContext events. This class only provides access to the INAContextEvents outbound interface. |
NAContextEventsListener (esriSystemUtility) | Helper coclass to provide INAContextEvents support to the C++ API. |
NAWindow (esriNetworkAnalystUI) | The network analysis window. |
The INAContextEvents interface is an outgoing interface that notifies clients when the NAContext or the NATraversalResult is modified.
OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit.