AcRxObject AcRxDynamicLinker
class AcRxDynamicLinker : public AcRxObject;
rxdlinkr.h
There is one and only one AcRxDynamicLinker class object and it is global to the ObjectARX system. Therefore, this is a non-instantiable class for ObjectARX applications.
An object of this class provides the following services:
To get a pointer to the global AcRxDynamicLinker object, you can use the macro acrxDynamicLinker, or you can use the expression the macro represents:
AcRxDynamicLinker::cast(acrxSysRegistry()->at("DynamicLinker"))
AcRxDLinkerReactor