Eyeshot 10 WinForms API Reference
AppendAutodesk Constructor(ViewportLayout,Stream,Stream,versionType,Double,Boolean,Boolean,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > AppendAutodesk Class > AppendAutodesk Constructor : AppendAutodesk Constructor(ViewportLayout,Stream,Stream,versionType,Double,Boolean,Boolean,Boolean)
The devDept.Eyeshot.ViewportLayout control
The input file stream
The output file stream
DWG/DXF file format version
Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.
Saves the colors as Aci colors (Autocad color index) if possible
If true, writes the stream in DXF ascii format, else in DWG binary format
If true, only selected entities at root level are written.
To stream with AutoCAD version and tolerance constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal inputStream As Stream, _
   ByVal outputStream As Stream, _
   ByVal version As WriteAutodesk.versionType, _
   ByVal deviation As Double, _
   Optional ByVal aciColors As Boolean, _
   Optional ByVal asciiStream As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
inputStream
The input file stream
outputStream
The output file stream
version
DWG/DXF file format version
deviation
Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.
aciColors
Saves the colors as Aci colors (Autocad color index) if possible
asciiStream
If true, writes the stream in DXF ascii format, else in DWG binary format
selectedOnly
If true, only selected entities at root level are written.
Remarks
WriteAutodesk.versionType less than WriteAutodesk.versionType.Release18 support only Aci colors.
See Also

Reference

AppendAutodesk Class
AppendAutodesk Members
Overload List