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

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

Parameters

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