Share

acdbPersistentReactorObjectId

Description

If pObject points to a persistent reactor object, then the object's objectId is returned, otherwise AcDbObjectId::kNull is returned. pSomething must be a void pointer obtained from an AcDbVoidPtrArray returned by AcDbObject::reactors() or this function will simply return AcDbObjectId::kNull.

Parameters

Parameters Description
pSomething Input void pointer from an AcDbVoidPtrArray obtained from AcDbObject::reactors()

Was this information helpful?