UndoRecord Constructor

UndoRecord Constructor

UndoRecord Constructor

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public UndoRecord(
	string description,
	IRdkViewModel viewModel
)
Public Sub New ( 
	description As String,
	viewModel As IRdkViewModel
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Rhino.UI.Controls.UndoRecord.#ctor(System.String,Rhino.UI.Controls.IRdkViewModel)"]

viewModel
Type: Rhino.UI.ControlsIRdkViewModel

[Missing <param name="viewModel"/> documentation for "M:Rhino.UI.Controls.UndoRecord.#ctor(System.String,Rhino.UI.Controls.IRdkViewModel)"]

Return Value

Type: 
Return the undo record
See Also