Click or drag to resize

IGH_DocumentObjectOnSolutionExpired Method

Raises the SolutionExpired event on the toplevel object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void OnSolutionExpired(
	bool recompute
)

Parameters

recompute
Type: SystemBoolean
If True, the solution will be immediately recalculated.
See Also