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

In This Topic
    SetSelectionScope Method
    In This Topic
    Sets the parents stack that represents the starting point for the selection.
    Syntax
    'Declaration
     
    Public Sub SetSelectionScope( _
       ByVal parents As Stack(Of BlockReference) _
    ) 
    public void SetSelectionScope( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    Remarks
    The top most element of the stack is the inner most BlockReference (the last parent of the hierarchy).
    See Also