Eyeshot 10 WPF API Reference
AppendAutodesk Constructor(ViewportLayout,String,String,versionType,Boolean,Boolean)

WPF Assembly > devDept.Eyeshot.Translators Namespace > AppendAutodesk Class > AppendAutodesk Constructor : AppendAutodesk Constructor(ViewportLayout,String,String,versionType,Boolean,Boolean)
The devDept.Eyeshot.ViewportLayout control
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 viewportLayout As ViewportLayout, _
   ByVal inputFileName As String, _
   ByVal outputFileName As String, _
   ByVal version As WriteAutodesk.versionType, _
   Optional ByVal aciColors As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
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 output 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