Share

DriverInfo.DriverInfo(string, string) Constructor

Description

This constructor sets the driver info.

C#

public DriverInfo(
    string path, 
    string driver
);

Visual Basic

Public Sub New(
    path As string, 
    driver As string
)

Parameters

Parameters Description
string path Input full path to the driver file
string driver Input name of the driver file

Links

DriverInfo Structure, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?