Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh.FaceCollection Class / ClearIfNotSelected Method
The list of elements with the selection data for each face for the various component instances

In This Topic
    ClearIfNotSelected Method
    In This Topic
    Clears the collection if no element is selected.
    Syntax
    'Declaration
     
    Public Sub ClearIfNotSelected( _
       ByVal selectedFaces As List(Of ViewportLayout.SelectionInfoSubItems) _
    ) 
    public void ClearIfNotSelected( 
       List<ViewportLayout.SelectionInfoSubItems> selectedFaces
    )

    Parameters

    selectedFaces
    The list of elements with the selection data for each face for the various component instances
    See Also