Eyeshot 10 WinForms API Reference
AppendAutodesk Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,IDictionary<String,TextStyle>,IDictionary<String,LinePattern>,String,String,versionType,String,Double,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>,String,String,versionType,String,Double,Boolean,Boolean)
The entity list
The layer list
The block dictionary
The text style dictionary
The line types dictionary
The input file name (with *.dwg or *.dxf extension)
The output file name (with *.dwg or *.dxf extension)
DWG/DXF file format version
AutoCAD file password, null/Nothing otherwise.
Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.
Saves the colors as Aci colors (Autocad color index) if possible
If true, only selected entities at root level are written.
Version, password 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 inputFileName As String, _
   ByVal outputFileName As String, _
   ByVal version As WriteAutodesk.versionType, _
   ByVal password As String, _
   ByVal deviation As Double, _
   Optional ByVal aciColors 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
inputFileName
The input file name (with *.dwg or *.dxf extension)
outputFileName
The output file name (with *.dwg or *.dxf extension)
version
DWG/DXF file format version
password
AutoCAD file password, null/Nothing otherwise.
deviation
Ellipse and Spline tessellation tolerance. Affects only WriteAutodesk.versionType.Release12 version.
aciColors
Saves the colors as Aci colors (Autocad color index) if possible
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