RhinoDocPurgeObjectHistory Method (IEnumerableRhinoObject) |
Purges the history records of a list of objects.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int PurgeObjectHistory(
IEnumerable<RhinoObject> objects
)
Public Function PurgeObjectHistory (
objects As IEnumerable(Of RhinoObject)
) As Integer
Parameters
- objects
- Type: System.Collections.GenericIEnumerableRhinoObject
The objects whose history records are to be purged. Objects that have no history
record are skipped.
Return Value
Type:
Int32The number of objects that had a history record purged.
See Also