Share

DynamicLinkerEventArgs.DynamicLinkerEventArgs Constructor

Description

Constructs a new link to a file.

Visual Basic

Public Sub New(
    fileName As string
)

C#

public DynamicLinkerEventArgs(
    string fileName
);

Parameters

Parameters Description
string fileName Input file name

Links

DynamicLinkerEventArgs Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?