Provides access to events triggered by the network analysis extension.
Product Availability
Available with ArcGIS Desktop. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
OnCurrentNetworkLayerChanged | Called when the current network layer has changed. | |
OnNetworkLayersChanged | Called when the network layers have changed. |
CoClasses that implement INetworkAnalystExtensionEvents
CoClasses and Classes | Description |
---|---|
NetworkAnalystExtension | The extension for network analysis. |
Remarks
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.