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

WinForms Assembly > devDept.Eyeshot.Translators Namespace > AppendAutodesk Class > AppendAutodesk Constructor : AppendAutodesk Constructor(ViewportLayout,String,String,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)
Saves the colors as Aci colors (Autocad color index) if possible
If true, only selected entities at root level are written.
WriteAutodesk.versionType.Release12 version constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal inputFileName As String, _
   ByVal outputFileName As String, _
   Optional ByVal aciColors As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)
public AppendAutodesk( 
   ViewportLayout viewportLayout,
   string inputFileName,
   string outputFileName,
   bool aciColors,
   bool selectedOnly
)

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)
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