Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / AppendAutodesk Class / AppendAutodesk Constructor / AppendAutodesk Constructor(WriteParamsWithTextStyles,Stream,Stream,formatType)
The WriteParamsWithTextStyles
The input file stream
The output file stream
The formatType.

In This Topic
    AppendAutodesk Constructor(WriteParamsWithTextStyles,Stream,Stream,formatType)
    In This Topic
    To stream with write params and the latest versionType constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithTextStyles, _
       ByVal inputStream As Stream, _
       ByVal outputStream As Stream, _
       Optional ByVal format As WriteAutodesk.formatType _
    )

    Parameters

    writeParams
    The WriteParamsWithTextStyles
    inputStream
    The input file stream
    outputStream
    The output file stream
    format
    The formatType.
    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