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

In This Topic
    WriteParamsWithTextStyles Constructor(IList<Entity>,LayerKeyedCollection,BlockKeyedCollection,MaterialKeyedCollection,TextStyleKeyedCollection,LineTypeKeyedCollection,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 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.
    units
    The units.
    selectedOnly
    If true, only selected entities at root level are written.
    See Also