Click or drag to resize

RhinoDocPurgeObjectHistory Method

Purges the history records of every object in this document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int PurgeObjectHistory()

Return Value

Type: Int32
The number of objects that had a history record purged.
Remarks
Objects that are deleted (and therefore on the undo stack) have their history records purged but are not included in the returned count.
See Also