Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / AppendAutodesk Class / AppendAutodesk Constructor / AppendAutodesk Constructor(WriteParamsWithTextStyles,String,String)
The WriteParamsWithTextStyles
The input file name (with *.dwg or *.dxf extension)
The output file name (with *.dwg or *.dxf extension)

In This Topic
    AppendAutodesk Constructor(WriteParamsWithTextStyles,String,String)
    In This Topic
    To stream with write params and the latest versionType constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithTextStyles, _
       ByVal inputFileName As String, _
       ByVal outputFileName As String _
    )
    public AppendAutodesk( 
       WriteParamsWithTextStyles writeParams,
       string inputFileName,
       string outputFileName
    )

    Parameters

    writeParams
    The WriteParamsWithTextStyles
    inputFileName
    The input file name (with *.dwg or *.dxf extension)
    outputFileName
    The output file name (with *.dwg or *.dxf extension)
    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