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

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

    Parameters

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