Share

acdbRemoveFieldReactor

C++

ACDBCORE2D_PORT Acad::ErrorStatus acdbRemoveFieldReactor(
    AcFdFieldReactor* pReactor
);

File

AcField.h

Description

Removes the field reactor from the field framework.

Returns Acad::eOk if the field reactor was successfully removed. Returns Acad::eKeyNotFound if the reactor was not found.

Parameters

Parameters Description
pReactor Input pointer to field reactor to remove

Was this information helpful?