Click or drag to resize

GeneralSettingsStateMinimumUndoSteps Property

Gets or sets the minimum undo steps.

Undo records will be purged if there are more than MinimumUndoSteps and they use more than MaximumUndoMemoryMb.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int MinimumUndoSteps { get; set; }

Property Value

Type: Int32
See Also