ArcObjects Library Reference (NetworkAnalystUI)  

INAWindowCategoryGroup.Category Property

The NAWindow category associated with this category group.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

A reference to the NAWindowCategory that the NAWindowCategoryGroup is part of.  For example, if a stop in the "Route1" category group of the stops category was active, the Category would reference the "Stops" NAWindowCategory.

See Also

INAWindowCategoryGroup Interface