Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / ReadAutodesk Constructor / ReadAutodesk Constructor(Stream,String,Boolean,hatchImportType)
The file stream
AutoCAD file password, can be null/Nothing.
When true, checks the drawing database consistency and fixes errors.
Set how to load hatches.

In This Topic
    ReadAutodesk Constructor(Stream,String,Boolean,hatchImportType)
    In This Topic
    Stream constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       Optional ByVal password As String, _
       Optional ByVal fixErrors As Boolean, _
       Optional ByVal hatchImportMode As ReadAutodesk.hatchImportType _
    )
    public ReadAutodesk( 
       Stream stream,
       string password,
       bool fixErrors,
       ReadAutodesk.hatchImportType hatchImportMode
    )

    Parameters

    stream
    The file stream
    password
    AutoCAD file password, can be null/Nothing.
    fixErrors
    When true, checks the drawing database consistency and fixes errors.
    hatchImportMode
    Set how to load hatches.
    Remarks
    The closing of the stream is delegated to you.
    See Also