Share

AcDbObject::hasPersistentReactor

C++

ACDBCORE2D_PORT bool hasPersistentReactor(
    AcDbObjectId objId
) const;

Description

This method returns true if objId is the object ID of a reactor attached to this object. Otherwise, it returns false.

Parameters

Parameters Description
objId Input object ID of a persistent reactor object

Links

AcDbObject

Was this information helpful?