Click or drag to resize

GH_UndoActionExpiresSolution Property

Override this property if you want the Grasshopper solution to refresh upon undo completion.

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool ExpiresSolution { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.Undo.GH_UndoAction.ExpiresSolution"]

Implements

IGH_UndoActionExpiresSolution
See Also