GH_Document.UndoServer Property

GH_DocumentUndoServer Property

Gets the UndoServer instance that belongs to this document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_UndoServer UndoServer { get; }
Public ReadOnly Property UndoServer As GH_UndoServer
	Get

Property Value

Type: GH_UndoServer

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.UndoServer"]

See Also