ReadAutodesk(String, String, Boolean, Boolean) Constructor

File name constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
Optional ByVal password As String = null, _ 
Optional ByVal fixErrors As Boolean = false, _ 
Optional ByVal skipProxies As Boolean = true _ 
)
This language is not supported or no code example is available.
public ReadAutodesk( 
string fileName
string password = null, 
bool fixErrors = false, 
bool skipProxies = true 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name.

password
string

AutoCAD file password, can be null/Nothing.

fixErrors
bool

When true, checks the drawing database consistency and fixes errors.

skipProxies
bool

When true, proxies are not imported.

.NET Framework

Supported in: 4.8

In this article

Definition