Eyeshot 10 WPF API Reference
WriteIGES Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,String,linearUnitsType,String,String,String,Boolean)

WPF Assembly > devDept.Eyeshot.Translators Namespace > WriteIGES Class > WriteIGES Constructor : WriteIGES Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,String,linearUnitsType,String,String,String,Boolean)
The entity list
The layer list
The block dictionary
The file name (with the *.igs extension)
The model units
Author name
Organization name
Originating system name
When true, only selected entities at root level are written.
Collections and file name 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 fileName As String, _
   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
fileName
The file name (with the *.igs extension)
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

WriteIGES Class
WriteIGES Members
Overload List