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.