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
DriverInfo Structure, Autodesk.AutoCAD.GraphicsSystem Namespace