Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteParamsWithTextStyles Class / WriteParamsWithTextStyles Constructor / WriteParamsWithTextStyles Constructor(ViewportLayout,Boolean)
The ViewportLayout
If true, only selected entities at root level are written.

In This Topic
    WriteParamsWithTextStyles Constructor(ViewportLayout,Boolean)
    In This Topic
    Constructor with the devDept.Eyeshot.ViewportLayout.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vp As ViewportLayout, _
       Optional ByVal selectedOnly As Boolean _
    )
    public WriteParamsWithTextStyles( 
       ViewportLayout vp,
       bool selectedOnly
    )

    Parameters

    vp
    The ViewportLayout
    selectedOnly
    If true, only selected entities at root level are written.
    See Also