ReadAutodesk(Stream, String, Boolean, hatchImportType) Constructor

Stream constructor.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal password As String = null, _ 
Optional ByVal fixErrors As Boolean = false, _ 
Optional ByVal hatchImportMode As hatchImportType = hatchImportType.Skip _ 
)
This language is not supported or no code example is available.
public ReadAutodesk( 
Stream stream
string password = null, 
bool fixErrors = false, 
hatchImportType hatchImportMode = hatchImportType.Skip 
)
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.

hatchImportMode
hatchImportType

Set how to load hatches.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition