GH_UndoServer Constructor

GH_UndoServer Constructor

Initializes a new instance of the GH_UndoServer class

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_UndoServer(
	GH_Document owner
)
Public Sub New ( 
	owner As GH_Document
)

Parameters

owner
Type: Grasshopper.KernelGH_Document
See Also