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

In This Topic
    WriteParams Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,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 selectedOnly As Boolean _
    )

    Parameters

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