ObjectTableUnselectAll Method (Boolean) |
Unselect objects.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int UnselectAll(
bool ignorePersistentSelections
)
Public Function UnselectAll (
ignorePersistentSelections As Boolean
) As Integer
Parameters
- ignorePersistentSelections
- Type: SystemBoolean
if true, then objects that are persistently selected will not be unselected.
Return Value
Type:
Int32Number of object that were unselected.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also