AcRxOverrule AcDbHighlightStateOverrule
class AcDbHighlightStateOverrule : public AcRxOverrule;
dbentityoverrule.h
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.