Share

AcDbPropertiesOverrule Class

Class Hierarchy

AcRxObject
    AcRxOverruleBase
        AcRxOverrule
            AcDbPropertiesOverrule

C++

class AcDbPropertiesOverrule : public AcRxOverrule;

File

dbentityoverrule.h

Description

AcDbPropertiesOverrule overrules a subset of property related operations that the AcDbEntity and AcDbObject classes specify. It is intended as a base class for clients who want to alter some or all behavior of a given AcDbEntity-derived or AcDbObject-derived class. At the base level, each default implementation simply calls the corresponding method in the target class.

Links

AcDbPropertiesOverrule Methods

Was this information helpful?