Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / ReadAutodesk Constructor / ReadAutodesk Constructor(String,String,Boolean,hatchImportType)
The file name.
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(String,String,Boolean,hatchImportType)
    In This Topic
    File name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       Optional ByVal password As String, _
       Optional ByVal fixErrors As Boolean, _
       Optional ByVal hatchImportMode As ReadAutodesk.hatchImportType _
    )
    public ReadAutodesk( 
       string fileName,
       string password,
       bool fixErrors,
       ReadAutodesk.hatchImportType hatchImportMode
    )

    Parameters

    fileName
    The file name.
    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.
    See Also