Description:

Instructs Rhino to begin recording undo information when the document is changed outside of a command. We use this, e.g., to save changes caused by the modeless layer or object properties dialogs when commands are not running.

Syntax:
public uint BeginUndoRecord(
string description
)
Parameters:
  • description
  • Type: string
  • A text describing the record.
Returns:
Type: uint
Serial number of record. Returns 0 if record is not started because undo information is already being recorded or undo is disabled.
Available since:
5.0

/
/
/
BeginUndoRecord

BeginUndoRecord method

Class:  Rhino.RhinoDoc

Nothing found