Share

AcAxObjectRef::AcAxObjectRef

C++

AcAxObjectRef(
    AcDbObject *& pObj
);

Description

This constructor creates an AcAxObjectRef instance and attaches it to the non-database-resident object by its pointer. The constructor sets the passed pointer to null to ensure that no other references to the attached object are cached by the caller. Callers can obtain a pointer to the object by calling the release() method on the AcAxObjectRef instance before it is destroyed.

Parameters

Parameters Description
pObj AcDbObject instance of the referenced object

Links

AcAxObjectRef

Was this information helpful?