ParameterList.add Method
Parent Object:
ParameterListDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ParameterList.h>
Description
Adds a parameter to the list. This does not create a new parameter, it adds an existing parameter to the list. Note that duplicates can exist in the list.
Syntax
"parameterList_var" is a variable referencing a ParameterList object.returnValue = parameterList_var.add(parameter)
|
"parameterList_var" is a variable referencing a ParameterList object.
#include <Fusion/Fusion/ParameterList.h>
returnValue = parameterList_var->add(parameter);
|
Return Value
boolean |
Returns true if successful. This method will fail if the list is read-only |
Parameters
parameter |
Parameter |
The existing parameter to add to the list |
Version
Introduced in version August 2014