Click or drag to resize

RhinoDocClearUndoRecords Method (UInt32, Boolean)

[Missing <summary> documentation for "M:Rhino.RhinoDoc.ClearUndoRecords(System.UInt32,System.Boolean)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void ClearUndoRecords(
	uint undoSerialNumber,
	bool purgeDeletedObjects
)

Parameters

undoSerialNumber
Type: SystemUInt32

[Missing <param name="undoSerialNumber"/> documentation for "M:Rhino.RhinoDoc.ClearUndoRecords(System.UInt32,System.Boolean)"]

purgeDeletedObjects
Type: SystemBoolean

[Missing <param name="purgeDeletedObjects"/> documentation for "M:Rhino.RhinoDoc.ClearUndoRecords(System.UInt32,System.Boolean)"]

See Also