Share

AcRxDynamicLinker::removeReactor

C++

virtual void removeReactor(
    AcRxDLinkerReactor* oldReactor
) = 0;

Description

This function removes the reactor object pointed to by oldReactor from the dynamic linker's reactor list.

Parameters

Parameters Description
oldReactor Reactor object to be removed from the reactor list

Links

AcRxDynamicLinker

Was this information helpful?