Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteFileParams Class / WriteFileParams Constructor / WriteFileParams Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,MaterialKeyedCollection,TextStyleKeyedCollection,LineTypeKeyedCollection,contentType,serializationType,linearUnitsType,Boolean)
The entities collection.
The layers collection.
The blocks collection.
The materials collection.
The text styles collection.
The line types collection.
The content type.
The serialization type.
The units.
If true, only selected entities at root level are written.

In This Topic
    WriteFileParams Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,MaterialKeyedCollection,TextStyleKeyedCollection,LineTypeKeyedCollection,contentType,serializationType,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 textStyles As TextStyleKeyedCollection, _
       Optional ByVal lineTypes As LineTypeKeyedCollection, _
       Optional ByVal contentType As contentType, _
       Optional ByVal serializationType As serializationType, _
       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.
    textStyles
    The text styles collection.
    lineTypes
    The line types collection.
    contentType
    The content type.
    serializationType
    The serialization type.
    units
    The units.
    selectedOnly
    If true, only selected entities at root level are written.
    See Also