Grasshopper API
GH_DocumentUndoUtil Property |
Gets a temporary undo utility instance that allows you to easily create standard undo events.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public GH_DocumentGH_UndoUtil UndoUtil { get; }
Public ReadOnly Property UndoUtil As GH_DocumentGH_UndoUtil Get
Property Value
Type: GH_DocumentGH_UndoUtil[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.UndoUtil"]
Return Value
Type: GH_DocumentGH_UndoUtilA new instance of GH_UndoUtil set up to work with this document. Do not hang on to this object, ask for a new one every time you need it.