RhinoDoc.CurrentUndoRecordSerialNumber Property

RhinoDocCurrentUndoRecordSerialNumber Property

>0: undo recording is active and being saved on the undo record with the specified serial number. 0: undo recording is not active. (Disabled or nothing is being recorded.)

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public uint CurrentUndoRecordSerialNumber { get; }
Public ReadOnly Property CurrentUndoRecordSerialNumber As UInteger
	Get

Property Value

Type: UInt32
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also