Share

AcDbLayerStateManager::addReactor

C++

bool addReactor(
    AcDbLayerStateManagerReactor * pReactor
);

Description

Adds a reactor to the layer state.

Returns true if successful.

Parameters

Parameters Description
pReactor Input a pointer to the reactor to add

Links

AcDbLayerStateManager

Was this information helpful?