ArcObjects Library Reference (Controls)  

IEngineNAWindow.ActiveAnalysis Property

The current analysis shown in the window.

[Visual Basic .NET]
Public Property ActiveAnalysis As INALayer
[C#]
public INALayer ActiveAnalysis {get; set;}
[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

ArcGIS Network Analyst extension Engine application (Code Files: frmMain)

.NET Related Topics

How to set up an ArcGIS Network Analyst extension solve to work with the undo/redo stack