Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteParams Class / SelectedOnly Property

In This Topic
    SelectedOnly Property
    In This Topic
    Gets or sets the selected only option.
    Syntax
    'Declaration
     
    Public Property SelectedOnly As Boolean
    public bool SelectedOnly {get; set;}
    Remarks
    When true, only selected entities at root level are written.
    See Also