Share

AcDbLayerStateManager::removeReactor

C++

bool removeReactor(
    AcDbLayerStateManagerReactor * pReactor
);

Description

Removes a reactor from the layer state.

Returns true if successful.

Parameters

Parameters Description
pReactor Input a pointer to the reactor.

Links

AcDbLayerStateManager

Was this information helpful?