Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteParamsWithMaterials Class / WriteParamsWithMaterials Constructor / WriteParamsWithMaterials Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,MaterialKeyedCollection,linearUnitsType,Boolean)
The entities collection.
The layers collection.
The blocks collection.
The materials collection.
The units.
If true, only selected entities at root level are written.

In This Topic
    WriteParamsWithMaterials Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,MaterialKeyedCollection,linearUnitsType,Boolean)
    In This Topic
    Constructor with the collections
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal entities As IList(Of Entity), _
       Optional ByVal layers As LayerKeyedCollection, _
       Optional ByVal blocks As BlockKeyedCollection, _
       Optional ByVal materials As MaterialKeyedCollection, _
       Optional ByVal units As linearUnitsType, _
       Optional ByVal selectedOnly As Boolean _
    )

    Parameters

    entities
    The entities collection.
    layers
    The layers collection.
    blocks
    The blocks collection.
    materials
    The materials collection.
    units
    The units.
    selectedOnly
    If true, only selected entities at root level are written.
    See Also