GH_UndoServer.UndoGuids Property

GH_UndoServerUndoGuids 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<Guid> UndoGuids { get; }
Public ReadOnly Property UndoGuids As List(Of Guid)
	Get

Property Value

Type: ListGuid

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

See Also