Share

AcDbTransformOverrule Class

Class Hierarchy

AcRxObject
    AcRxOverruleBase
        AcRxOverrule
            AcDbTransformOverrule

C++

class AcDbTransformOverrule : public AcRxOverrule;

File

dbentityoverrule.h

Description

AcDbTransformOverrule overrules a subset of transform related operations that the AcDbEntity class specifies. It is intended as a base class for clients who 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

AcDbTransformOverrule Methods

Was this information helpful?