Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ISelectableItem Interface / GetSelection Method
The parents stack that identifies the component instance (not used for Labels)

In This Topic
    GetSelection Method (ISelectableItem)
    In This Topic
    Tells if the instance referred by the stack of parents is selected.
    Syntax
    'Declaration
     
    Function GetSelection( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Boolean
    bool GetSelection( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that identifies the component instance (not used for Labels)

    Return Value

    True if the instance is selected, false otherwise
    See Also