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

In This Topic
    WriteParamsWithUnits Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,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 units As linearUnitsType, _
       Optional ByVal selectedOnly As Boolean _
    )
    public WriteParamsWithUnits( 
       IList<Entity> entities,
       LayerKeyedCollection layers,
       BlockKeyedCollection blocks,
       linearUnitsType units,
       bool selectedOnly
    )

    Parameters

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