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


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

IEngineNAWindowCategoryGroup.Category Property

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 [in]

Category is a parameter of type IEngineNAWindowCategory* Category [out, retval]
Category is a parameter of type IEngineNAWindowCategory**

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IEngineNAWindowCategoryGroup Interface