This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowCategoryGroup Interface > IEngineNAWindowCategoryGroup.Category Property (ArcObjects .NET 10.5 SDK) |
The NAWindow category associated with this category group.
[Visual Basic .NET] Public Property Category As IEngineNAWindowCategory
[C#] public IEngineNAWindowCategory Category {get; set;}
[C++]
HRESULT get_Category(
IEngineNAWindowCategory** Category
);
[C++]
HRESULT putref_Category(
IEngineNAWindowCategory* Category
);
[C++]
Parameters Category [out, retval]
Category is a parameter of type IEngineNAWindowCategory Category [in]
Category is a parameter of type IEngineNAWindowCategory
A reference to the IEngineNAWindowCategory that the category group 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" IEngineNAWindowCategory.