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


INAWindow2.ActiveCategoryGroup Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalystUI)  

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