This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.ActiveAnalysis Property (ArcObjects .NET 10.5 SDK) |
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
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.