GH_UndoServer.UndoNames Property

GH_UndoServerUndoNames Property

Gets a sorted list of all the undo Guids in this server.

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> UndoNames { get; }
Public ReadOnly Property UndoNames As List(Of String)
	Get

Property Value

Type: ListString

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

See Also