Autodesk.AutoCAD.GraphicsSystem Namespace > DriverInfo Structure > DriverInfo Constructor > DriverInfo(string, string) Constructor
DriverInfo.DriverInfo(string, string) Constructor
Description

 

This constructor sets the driver info.

Visual Basic
Public Sub New(
    path As string, 
    driver As string
)
C#
public DriverInfo(
    string path, 
    string driver
);
Parameters
Parameters 
Description 
string path 
Input full path to the driver file 
string driver 
Input name of the driver file 
Links
   Comments?