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

In This Topic
    WriteParams 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 WriteParams( 
       ViewportLayout vp,
       bool selectedOnly
    )

    Parameters

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