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


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

IEngineNAWindow2.ActiveCategoryGroup Property

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.

See Also

IEngineNAWindow2 Interface