Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / MultipleSelection Property

In This Topic
    MultipleSelection Property
    In This Topic
    If true, the selection ActionModes work as if the Control key was pressed, selecting multiple entities.
    Syntax
    'Declaration
     
    Public Property MultipleSelection As Boolean
    public bool MultipleSelection {get; set;}
    See Also