Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteAutodesk Class / WriteAutodesk Constructor / WriteAutodesk Constructor(WriteParamsWithTextStyles,String,versionType,Double)
The WriteParamsWithTextStyles
The WriteAutodesk.versionType.
Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.

In This Topic
    WriteAutodesk Constructor(WriteParamsWithTextStyles,String,versionType,Double)
    In This Topic
    To file with write params, AutoCAD version and deviation constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithTextStyles, _
       ByVal filename As String, _
       ByVal version As WriteAutodesk.versionType, _
       ByVal deviation As Double _
    )

    Parameters

    writeParams
    The WriteParamsWithTextStyles
    filename
    version
    The WriteAutodesk.versionType.
    deviation
    Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.
    Remarks
    If the file already exists, it will be overwritten.The closing of the stream is delegated to you.WriteAutodesk.versionType less than WriteAutodesk.versionType.Acad2004 support only Aci colors.
    See Also