GH_ComponentParamServer.GetEnumerator Method

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()
Public Function GetEnumerator As IEnumerator(Of IGH_Param)

Return Value

Type: IEnumeratorIGH_Param

Implements

IEnumerableTGetEnumerator
See Also