Click or drag to resize

IGH_DataAccessIteration Property

Gets the current iteration count. The first time the SolveInstance() function is called on a component during a solution the Iteration counter will be zero. It will be incremented by one for every subsequent call.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
int Iteration { get; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_DataAccess.Iteration"]

Return Value

Type: Int32
An integer representing the iteration count.
See Also