Click or drag to resize

RhinoDocUndoRecord Constructor (RhinoDoc, String)

Begin a RhinoDoc undo record.

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

Parameters

doc
Type: RhinoRhinoDoc
The active document.
description
Type: SystemString
A description of the record.
See Also