ArcObjects Library Reference (Controls)  

IEngineNAWindow.ActiveAnalysis Property

The current analysis shown in the window.

ERROR: Syntax information about IEngineNAWindow.ActiveAnalysis may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_ActiveAnalysis(
  INALayer** analysisLayer
);
[C++]
HRESULT put_ActiveAnalysis(
  INALayer* analysisLayer
);
[C++]

Parameters

analysisLayer [out, retval]

  analysisLayer is a parameter of type INALayer

analysisLayer [in]

  analysisLayer is a parameter of type INALayer

Product Availability

Available with ArcGIS Engine.

Description

ActiveAnalysis specifies the active NALayer for the IEngineNetworkAnalystEnvironment::NAWindow. This is the network analysis layer that is shown as the selected layer in the Network Analyst Window's dropdown.

See Also

IEngineNAWindow Interface

.NET Samples

Network Analyst Engine application (Code Files: frmMain)

.NET Related Topics

How to set up a Network Analyst solve to work with the undo/redo stack