Share

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

C++

AcDbAssocObjectPointer(
    const AcDbAssocActionBody* pActionBodyBeingEvaluated, 
    ACDB_CLASS* pObject
);

Description

Constructor.

Parameters

Parameters Description
pActionBodyBeingEvaluated The body of 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?