Description:

Unselect objects.

Syntax:
public int UnselectAll()
Returns:
Type: int
Number of object that were unselected.
Available since:
5.0

Description:

Unselect objects.

Syntax:
public int UnselectAll(
bool ignorePersistentSelections
)
Parameters:
  • ignorePersistentSelections
  • Type: bool
  • if true, then objects that are persistently selected will not be unselected.
Returns:
Type: int
Number of object that were unselected.
Available since:
5.0

Nothing found