Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / GetSelectedEdges Method
The parents stack that identifies the component instance

In This Topic
    GetSelectedEdges Method
    In This Topic
    Gets the selected edges.
    Syntax
    'Declaration
     
    Public Function GetSelectedEdges( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Solid3D.Edge()
    public Solid3D.Edge[] GetSelectedEdges( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that identifies the component instance

    Return Value

    The collection of selected edges
    See Also