Share

AcDbObjectReactor::objectClosed

C++

virtual void objectClosed(
    const AcDbObjectId
);

Description

This notification occurs when the object with object ID objId has previously been opened for write and has had its close or cancel method called.

This particular function is called whenever the object sending notification was closed. Reopening the object for write is not supported since it leads to recursive notifications. Doing so will return Acad::eWasNotifying during the open operation.

Parameters

Parameters Description
objId Passed in objectID of the object that is now closed

Links

AcDbObjectReactor

Was this information helpful?