DynamicLinker Class

Class Hierarchy

Autodesk.AutoCAD.Runtime.DisposableWrapper
    Autodesk.AutoCAD.Runtime.RXObject
        Autodesk.AutoCAD.Runtime.DynamicLinker

Visual Basic

Public sealed Class DynamicLinker
Inherits RXObject

C#

public sealed class DynamicLinker : RXObject;

Description

This .NET class wraps the AcRxDynamicLinker ObjectARX class.

There is one and only one DynamicLinker 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:

Links

DynamicLinker Methods, DynamicLinker Properties, DynamicLinker Events