Click or drag to resize

RhinoDocPurgeObjectHistory Method (IEnumerableRhinoObject)

Purges the history records of a list of objects.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int PurgeObjectHistory(
	IEnumerable<RhinoObject> objects
)

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: Int32
The number of objects that had a history record purged.
See Also