ParameterList.find Method
Parent Object: ParameterListDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ParameterList.h>
Description
Finds the specified parameter in the list. The search can be started at a specified index rather than from the beginning of the list. If not found, -1 is returned.
Syntax
"parameterList_var" is a variable referencing a ParameterList object. |
Return Value
| Type | Description |
| integer | Returns the index of the parameter found in the list. |
Parameters
| Name | Type | Description |
| parameter | Parameter | The parameter to find |
| startIndex | uinteger | the index in the list to start the search from This is an optional argument whose default value is 0. |
