Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / ClearEdgesSelection Method
The parents stack that define a nested instance (use null for top-level)

In This Topic
    ClearEdgesSelection Method
    In This Topic
    Clears the edge selection status for a specific instance.
    Syntax
    'Declaration
     
    Public Sub ClearEdgesSelection( _
       ByVal parents As Stack(Of BlockReference) _
    ) 
    public void ClearEdgesSelection( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that define a nested instance (use null for top-level)
    See Also