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


INAWindow2.ActiveCategoryGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindow2 Interface > INAWindow2.ActiveCategoryGroup Property
ArcGIS Developer Help

INAWindow2.ActiveCategoryGroup Property

The current category group shown in the window.

[Visual Basic .NET]
Public Property ActiveCategoryGroup As INAWindowCategoryGroup
[C#]
public INAWindowCategoryGroup ActiveCategoryGroup {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The ActiveCategoryGroup property allows you to determine the active group when the category supports groups.  An example of such a category, is "Stops" , which supports multiple groups, where groups are used to specify multiple routes in one analysis layer.

See Also

INAWindow2 Interface