AcRxDynamicLinker

Class Hierarchy

AcRxObject
    AcRxDynamicLinker

C++

class AcRxDynamicLinker : public AcRxObject;

File

rxdlinkr.h

Description

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:

Remarks

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"))

Links

AcRxDynamicLinker Methods

See Also

AcRxDLinkerReactor