Share

AcDbSubentityOverrule Class

Class Hierarchy

AcRxObject
    AcRxOverruleBase
        AcRxOverrule
            AcDbSubentityOverrule

C++

class AcDbSubentityOverrule : public AcRxOverrule;

File

dbentityoverrule.h

Description

AcDbSubentityOverrule overrules a subset of subentity related operations that implemented in AcDbEntity. 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

AcDbSubentityOverrule Methods

Was this information helpful?