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 > IEngineNAWindow2 Interface > IEngineNAWindow2.ActiveCategoryGroup Property (ArcObjects .NET 10.5 SDK) |
The current category group shown in the window.
[Visual Basic .NET] Public Property ActiveCategoryGroup As IEngineNAWindowCategoryGroup
[C#] public IEngineNAWindowCategoryGroup ActiveCategoryGroup {get; set;}
[C++]
HRESULT get_ActiveCategoryGroup(
IEngineNAWindowCategoryGroup** Group
);
[C++]
HRESULT put_ActiveCategoryGroup(
IEngineNAWindowCategoryGroup* Group
);
[C++]
Parameters Group [out, retval]
Group is a parameter of type IEngineNAWindowCategoryGroup Group [in]
Group is a parameter of type IEngineNAWindowCategoryGroup
The ActiveCategoryGroup property allows you to determine the active group when the category supports groups. Currently "Stops" is the only category that supports multiple groups where they are used to specify multiple routes in one analysis layer.