This document is archived and information here might be outdated. Recommended version. |
Provides access to events triggered by the network analysis extension.
Name | Description | |
---|---|---|
OnCurrentNetworkLayerChanged | Called when the current network layer has changed. | |
OnNetworkLayersChanged | Called when the network layers have changed. |
Classes | Description |
---|---|
NetworkAnalystExtension | The extension for network analysis. |
The INetworkAnalystExtensionEvents interface is an outgoing interface on the NetworkAnalystExtension object that is used to notify listeners when new NetworkLayers referencing NetworkDatasets are added to the map or when the CurrentNetworkLayer on the INetworkAnalystExtension interface is changed.
To listen to INetworkAnalystExtensionEvents, sink to the INetworkAnalystExtensionEvents interface on the NetworkAnalystExtension object.