GH_DocumentSolutionHistory Property |
Gets a list of the last 1000 solution timespans, from oldest to youngest.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<GH_SolutionSpan> SolutionHistory { get; }
Public ReadOnly Property SolutionHistory As List(Of GH_SolutionSpan)
Get
Property Value
Type:
ListGH_SolutionSpan[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.SolutionHistory"]
See Also