Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / UpdateVisibleSelection Method

In This Topic
    UpdateVisibleSelection Method
    In This Topic
    This method needs to be called before using one of the visible selection action modes or one of the methods that get the entities (or labels) under the mouse cursor if the devDept.Eyeshot.Entities.Entity.Visible or the devDept.Eyeshot.Entities.Entity.Selectable (or devDept.Eyeshot.Labels.Label.Visible or devDept.Eyeshot.Labels.Label.Selectable in case of labels selection) changed and the camera was not moved.
    Syntax
    'Declaration
     
    Public Sub UpdateVisibleSelection() 
    public void UpdateVisibleSelection()
    See Also