Eyeshot 10 WinForms API Reference
AppendAutodesk Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,IDictionary<String,TextStyle>,IDictionary<String,LinePattern>,Stream,Stream,versionType,Double,Boolean,Boolean,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > AppendAutodesk Class > AppendAutodesk Constructor : AppendAutodesk Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,IDictionary<String,TextStyle>,IDictionary<String,LinePattern>,Stream,Stream,versionType,Double,Boolean,Boolean,Boolean)
The entity list
The layer list
The block dictionary
The text style dictionary
The line types dictionary
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 entList As IList(Of Entity), _
   ByVal layerList As IEnumerable(Of Layer), _
   ByVal blockDict As IDictionary(Of String,Block), _
   ByVal textStyleDict As IDictionary(Of String,TextStyle), _
   ByVal lineTypes As IDictionary(Of String,LinePattern), _
   ByVal inputStream As Stream, _
   ByVal outputStream As Stream, _
   Optional ByVal version As WriteAutodesk.versionType, _
   Optional ByVal deviation As Double, _
   Optional ByVal aciColors As Boolean, _
   Optional ByVal asciiStream As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

entList
The entity list
layerList
The layer list
blockDict
The block dictionary
textStyleDict
The text style dictionary
lineTypes
The line types dictionary
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
If the file already exists, it will be overwritten.WriteAutodesk.versionType less than WriteAutodesk.versionType.Release18 support only Aci colors.
See Also

Reference

AppendAutodesk Class
AppendAutodesk Members
Overload List