Click or drag to resize

RhinoDocUndoRecord Constructor (UInt32, String)

Begin a RhinoDoc undo record.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RhinoDocUndoRecord(
	uint docRuntimeSerialNumber,
	string description
)

Parameters

docRuntimeSerialNumber
Type: SystemUInt32
The active document's runtime serial number.
description
Type: SystemString
A description of the record.
See Also