Click or drag to resize

GH_ComponentParamServerGetEnumerator Method

Gets a customized enumerator which iterates over all (both input and output) parameters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IEnumerator<IGH_Param> GetEnumerator()

Return Value

Type: IEnumeratorIGH_Param

Implements

IEnumerableTGetEnumerator
See Also