FaceCollection.ClearIfNotSelected Method

Clears the collection if no element is selected.
Public Sub ClearIfNotSelected( _ 
ByVal selectedFaces As List(Of SelectionInfoSubItems) _ 
)
This language is not supported or no code example is available.
public void ClearIfNotSelected( 
List<SelectionInfoSubItems> selectedFaces 
)
This language is not supported or no code example is available.

Parameters

selectedFaces
List<SelectionInfoSubItems>

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition