Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / AppendAutodesk Class / AppendAutodesk Constructor / AppendAutodesk Constructor(WriteParamsWithTextStyles,String,String,versionType,Double)
The WriteParamsWithTextStyles
The input file name (with *.dwg or *.dxf extension)
The output file name (with *.dwg or *.dxf extension)
The versionType.
Ellipse and Spline tessellation tolerance. Affects only versionType.Release12 version.

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

    Parameters

    writeParams
    The WriteParamsWithTextStyles
    inputFileName
    The input file name (with *.dwg or *.dxf extension)
    outputFileName
    The output file name (with *.dwg or *.dxf extension)
    version
    The versionType.
    deviation
    Ellipse and Spline tessellation tolerance. Affects only versionType.Release12 version.
    Remarks
    If the file already exists, it will be overwritten.The closing of the stream is delegated to you.versionType less than versionType.Acad2004 support only Aci colors.
    See Also