Share

AcRxCategory Class

Class Hierarchy

AcRxMember
    AcRxCategory

C++

class AcRxCategory : public AcRxMember;

File

rxcategory.h

Description

Provides hierarchical information about property categorization to UI clients. AcRxCategory instances can be referenced by name from AcRxCategoryAttributes attached to AcRxProperty instances. The position of an AcRxCategory instance in the global AcRxCategory tree can be used by clients to determine the location of the property relative to other properties when realized in a UI (such as a property browser). AcRxAttributes can be attached to application-supplied AcRxCategory instances to provide additional information about the AcRxCategory, including descriptions, localized category names, relative weighting, etc.

Links

AcRxCategory Methods

Was this information helpful?