Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawForSelectionParams<T> Class / SelectableOnly Field

In This Topic
    SelectableOnly Field (ViewportLayout.DrawForSelectionParams<T>)
    In This Topic
    When true, checks the devDept.Eyeshot.Entities.Entity.Selectable property, otherwise no.
    Syntax
    'Declaration
     
    Public SelectableOnly As Boolean
    public bool SelectableOnly
    See Also