Share

AcDbAssocObjectPointer::AcDbAssocObjectPointer (AcDbAssocAction*, ACDB_CLASS*) Constructor

C++

AcDbAssocObjectPointer(
    AcDbAssocAction* pActionBeingEvaluated, 
    ACDB_CLASS* pObject
);

Description

Constructor.

Parameters

Parameters Description
pActionBeingEvaluated The action that is currently being evaluated.
pObject Existing AcDbObject that is passed as input argument to the client callback code. See the class summary for more details.

Links

AcDbAssocObjectPointer Template

Was this information helpful?