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

WPF 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,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
Saves the colors as Aci colors (Autocad color index) if possible
If true, only selected entities at root level are written.
Version 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, _
   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
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