Share

AcDbLayoutManager::removeReactor

C++

virtual void removeReactor(
    AcDbLayoutManagerReactor * delObj
) = 0;

Description

This method removes the newObj reactor object from the layout manager's reactor list. If newObj is not in the layout manager's reactor list, then this function does nothing.

Parameters

Parameters Description
delObj Input pointer to a reactor object

Links

AcDbLayoutManager

Was this information helpful?