AcRxOverrule AcDbDimensionStyleOverrule
class AcDbDimensionStyleOverrule : public AcRxOverrule;
dbdim.h
AcDbDimensionStyleOverrule overrules a subset of dimension style related operations that AcDbDimension class specifies. It is intended as a base class for clients who want to alter some or all behavior of a given AcDbDimension-derived class. At the base level, each default implementation simply calls the corresponding method in the target class.