Click or drag to resize

GH_UndoServerMaxRecords Property

Gets or sets the maximum number of undo records that can be stored.

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int MaxRecords { get; set; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.Undo.GH_UndoServer.MaxRecords"]

Remarks
The number of redo records is logically limited to the same number. THIS SETTING IS CURRENTLY IGNORED
See Also