Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedVertex Class / ViewportLayout.SelectedVertex Constructor / ViewportLayout.SelectedVertex Constructor(Stack<BlockReference>,ISelectableItem,Int32)

In This Topic
    ViewportLayout.SelectedVertex Constructor(Stack<BlockReference>,ISelectableItem,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parents As Stack(Of BlockReference), _
       ByVal item As ISelectableItem, _
       ByVal index As Integer _
    )
    public ViewportLayout.SelectedVertex( 
       Stack<BlockReference> parents,
       ISelectableItem item,
       int index
    )

    Parameters

    parents
    item
    index
    See Also