ObjectTableUnselectAll Method (Boolean) |
Rhino for Mac 5.1Unselect objects.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
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.
See Also