Share

acdbAddFieldReactor

C++

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

File

AcField.h

Description

Adds the field reactor to the field framework.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pReactor Input pointer to the reactor to be added

Was this information helpful?