ReadAutodesk(Stream, String, Boolean, Boolean, Boolean) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the hatchImportMode instead.

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

Parameters

stream
Stream

The file stream

password
string

AutoCAD file password, can be null/Nothing.

fixErrors
bool

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

skipHatches
bool

When true, hatches are not imported.

skipProxies
bool

When true, proxies are not imported.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition