Share

AcDbHighlightStateOverrule Class

Class Hierarchy

AcRxObject
    AcRxOverruleBase
        AcRxOverrule
            AcDbHighlightStateOverrule

C++

class AcDbHighlightStateOverrule : public AcRxOverrule;

File

dbentityoverrule.h

Description

AcDbHighlightStateOverrule overrules a subset of highlight style related operations that the AcDbEntity class specifies. It is intended as a base class for clients that want to alter some or all behavior of a given AcDbEntity-derived class. At the base level, each default implementation simply calls the corresponding method in the target class.

Links

AcDbHighlightStateOverrule Methods

Was this information helpful?