C++
ACDBCORE2D_PORT const AcDbVoidPtrArray* reactors() const;
Description
Returns a pointer to a void pointer array object containing pointers to the reactors attached to the object. The pointers in this array can then be used to directly access any of the reactors currently attached to the object.
If no reactors are currently attached to the object, then NULL is returned.
See the ObjectARX Developer's Guide for more information on the use of this function and the array it returns.