Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / SetEdgeSelection Method
The edge index
The selection status
The parents stack that define a nested instance

In This Topic
    SetEdgeSelection Method
    In This Topic
    Sets the selection status of an edge.
    Syntax
    'Declaration
     
    Public Sub SetEdgeSelection( _
       ByVal edgeIndex As Integer, _
       ByVal status As Boolean, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) 
    public void SetEdgeSelection( 
       int edgeIndex,
       bool status,
       Stack<BlockReference> parents
    )

    Parameters

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