Share

acedRegisterCommandRejector

C++

ACCORE_PORT void acedRegisterCommandRejector(
    AcEdCommandRejector* pRejector
);

File

acedads.h

Description

Registers an AcEdCommandRejector object with the command rejector list.

Commands in the rejector list are blocked and prevented from being executed.

Parameters

Parameters Description
pRejector Input pointer to the reactor instance

Was this information helpful?