Share

acdbIsPersistentReactor

Description

Returns true if pSomething is a pointer to a persistent reactor; otherwise, returns false. pReactor must be a void pointer obtained from an AcDbVoidPtrArray returned by AcDbObject::reactors(), or this function will simply return false.

Parameters

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

Was this information helpful?