Click or drag to resize

RhinoDocPurgeObjectHistory Method (Int32)

Purges the history records of every object in this document.

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

Parameters

hiddenCount
Type: SystemInt32
The number of purged objects that were hidden or on a hidden layer.

Return Value

Type: Int32
The number of objects that had a history record purged.
See Also