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


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

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