ArcObjects Library Reference (Controls)  

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 [out, retval]

  Category is a parameter of type IEngineNAWindowCategory

Category [in]

  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