Share

AcGlobRemovePublishReactor

C++

void AcGlobRemovePublishReactor(
    AcPublishReactor * pReactor
);

File

acpublishreactors.h

Description

Clients should call this global function to remove a publish reactor.

Parameters

Parameters Description
pReactor Input pointer to the reactor that the client has derived, instantiated, and previously added

Was this information helpful?