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

WinForms Assembly > devDept.Eyeshot.Translators Namespace > WriteSTEP Class > WriteSTEP Constructor : WriteSTEP Constructor(ViewportLayout,Stream,String,String,String,Boolean)
The devDept.Eyeshot.ViewportLayout control
The file stream
The author name
The organization name
The originating system name
When true, only selected entities are exported.
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 WriteSTEP( 
   ViewportLayout viewportLayout,
   Stream stream,
   string author,
   string organization,
   string originatingSystem,
   bool selectedOnly
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
stream
The file stream
author
The author name
organization
The organization name
originatingSystem
The originating system name
selectedOnly
When true, only selected entities are exported.
Remarks
See Also

Reference

WriteSTEP Class
WriteSTEP Members
Overload List