Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / GetSelection Method
The parents stack that define a nested instance

In This Topic
    GetSelection Method (Entity)
    In This Topic
    Gets the entity selection status.
    Syntax
    'Declaration
     
    Public Function GetSelection( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Boolean
    public bool GetSelection( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that define a nested instance

    Return Value

    True if the entity is selected
    See Also