Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedEdge Class / Select Method
The viewportLayout
The selection status

In This Topic
    Select Method (ViewportLayout.SelectedEdge)
    In This Topic
    Selects or unselects the item edge.
    Syntax
    'Declaration
     
    Public Overrides Sub Select( _
       ByVal viewportLayout1 As ViewportLayout, _
       ByVal select As Boolean _
    ) 
    public override void Select( 
       ViewportLayout viewportLayout1,
       bool select
    )

    Parameters

    viewportLayout1
    The viewportLayout
    select
    The selection status
    See Also