Share

AcDbAssocObjectActionParam Class

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbAssocActionParam
                AcDbAssocObjectActionParam

C++

class AcDbAssocObjectActionParam : public AcDbAssocActionParam;

File

AcDbAssocObjectActionParam.h

Description

Action parameter that just keeps a dependency on an AcDbObject. It does not add any more functionality as compared to directly using an AcDbAssocDependency, but it may add consistency to custom action body code that may keep all the data in the form of action parameters and access the data through the action parameters. It also allows the action body to use the action parameter name (string) to get to the referenced AcDbObject.

Links

AcDbAssocObjectActionParam Methods

Was this information helpful?