This document is archived and information here might be outdated.  Recommended version.


IEngineNetworkAnalystEnvironmentEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystEnvironmentEvents Interface
ArcGIS Developer Help

IEngineNetworkAnalystEnvironmentEvents Interface

Provides access to events triggered by the network analysis extension.

Product Availability

Available with ArcGIS Engine.

Description

The IEngineNetworkAnalystEnvironmentEvents interface is an outgoing interface on the EngineNetworkAnalystEnvironment singleton object that is used to notify listeners when a new INetworkLayer object referencing a NetworkDataset is added to the map or when the IEngineNetworkAnalystEnvironment::CurrentNetworkLayer is changed.

Members

Name Description
Method OnCurrentNetworkLayerChanged Called when the current network layer has changed.
Method OnNetworkLayersChanged Called when the network layers have changed.

Classes that implement IEngineNetworkAnalystEnvironmentEvents

Classes Description
EngineNetworkAnalystEnvironment A singleton object representing Engine Network Analyst environment.