Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / GetSelection Method

In This Topic
    GetSelection Method (Label)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetSelection( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Boolean
    public bool GetSelection( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    See Also