This document is archived and information here might be outdated. Recommended version. |
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**
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.