Click or drag to resize

CollapsibleSectionViewModelUndoHelper Method

Helper function to ease the use of undo records

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public UndoRecord UndoHelper(
	string description
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionViewModel.UndoHelper(System.String)"]

Return Value

Type: UndoRecord
Return the undo record
See Also