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

In This Topic
    SetSelection Method
    In This Topic
    Sets the entity selection status.
    Syntax
    'Declaration
     
    Public Sub SetSelection( _
       ByVal status As Boolean, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) 
    public void SetSelection( 
       bool status,
       Stack<BlockReference> parents
    )

    Parameters

    status
    The selection status
    parents
    The parents stack that define a nested instance
    See Also