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
Product Availability
Available with ArcGIS Engine.
Description
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.