Click or drag to resize

GH_Param<T>.ExpireSolutionTopLevel Method

Invoke the Expiresolution(bool) method on the toplevel object.

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

Parameters

recompute
Type: System.Boolean
If true, a new computation will start right away.
See Also