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

WinForms Assembly > devDept.Eyeshot.Translators Namespace > WriteIGES Class > WriteIGES Constructor : WriteIGES Constructor(ViewportLayout,String,String,String,String,Boolean)
The devDept.Eyeshot.ViewportLayout control
The file name (with *.igs extension)
Author name
Organization name
Originating system name
If true, only selected entities at root level are written.
ViewportLayout and file name constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal fileName As String, _
   ByVal author As String, _
   ByVal organization As String, _
   ByVal originatingSystem As String, _
   Optional ByVal selectedOnly As Boolean _
)
public WriteIGES( 
   ViewportLayout viewportLayout,
   string fileName,
   string author,
   string organization,
   string originatingSystem,
   bool selectedOnly
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
fileName
The file name (with *.igs extension)
author
Author name
organization
Organization name
originatingSystem
Originating system name
selectedOnly
If true, only selected entities at root level are written.
Remarks
See Also

Reference

WriteIGES Class
WriteIGES Members
Overload List