Eyeshot 10 WinForms API Reference
WriteSTEP Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,Stream,linearUnitsType,String,String,String,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > WriteSTEP Class > WriteSTEP Constructor : WriteSTEP Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,Stream,linearUnitsType,String,String,String,Boolean)
The entity list
The layer list
The block dictionary
The file stream
The model units
Author name
Organization name
Originating system name
When true, only selected entities at root level are written.
Collections and stream constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal entList As IList(Of Entity), _
   ByVal layerList As IEnumerable(Of Layer), _
   ByVal blockDict As IDictionary(Of String,Block), _
   ByVal stream As Stream, _
   ByVal units As linearUnitsType, _
   ByVal author As String, _
   ByVal organization As String, _
   ByVal originatingSystem As String, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

entList
The entity list
layerList
The layer list
blockDict
The block dictionary
stream
The file stream
units
The model units
author
Author name
organization
Organization name
originatingSystem
Originating system name
selectedOnly
When true, only selected entities at root level are written.
Remarks
See Also

Reference

WriteSTEP Class
WriteSTEP Members
Overload List