IGH_DocumentObjectOnSolutionExpired Method |
Raises the SolutionExpired event on the toplevel object.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void OnSolutionExpired(
bool recompute
)
Sub OnSolutionExpired (
recompute As Boolean
)
Parameters
- recompute
- Type: SystemBoolean
If True, the solution will be immediately recalculated.
See Also