GH_Param<T>.ExpireSolutionTopLevel Method |
Invoke the Expiresolution(bool) method on the toplevel object.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void ExpireSolutionTopLevel(
bool recompute
)
Public Sub ExpireSolutionTopLevel (
recompute As Boolean
)
Parameters
- recompute
- Type: System.Boolean
If true, a new computation will start right away.
See Also