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

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

    Parameters

    vp
    The ViewportLayout
    contentType
    The content type.
    serializationType
    The serialization type.
    selectedOnly
    If true, only selected entities at root level are written.
    See Also