RhinoDocUndoRecord Constructor (UInt32, String) |
Begin a RhinoDoc undo record.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoDocUndoRecord(
uint docRuntimeSerialNumber,
string description
)
Public Sub New (
docRuntimeSerialNumber As UInteger,
description As String
)
Parameters
- docRuntimeSerialNumber
- Type: SystemUInt32
The active document's runtime serial number. - description
- Type: SystemString
A description of the record.
See Also