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)
Syntaxpublic int MinimumUndoSteps { get; set; }Public Property MinimumUndoSteps As Integer
Get
Set
Property Value
Type:
Int32
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also