GH_ComponentParamServerGetEnumerator Method |
Gets a customized enumerator which iterates over all (both input and output) parameters.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic IEnumerator<IGH_Param> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IGH_Param)
Return Value
Type:
IEnumeratorIGH_ParamImplements
IEnumerableTGetEnumerator
See Also