ParameterList.removeByItem Method
Parent Object:
ParameterListDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ParameterList.h>
Description
Method that removes a parameter from the list by specifying the parameter (item) to remove
Syntax
"parameterList_var" is a variable referencing a ParameterList object.returnValue = parameterList_var.removeByItem(item)
|
"parameterList_var" is a variable referencing a ParameterList object.
#include <Fusion/Fusion/ParameterList.h>
returnValue = parameterList_var->removeByItem(item);
|
Return Value
boolean |
Returns true if successful. This method will fail if the list is read-only |
Parameters
item |
Parameter |
The parameter item to remove from the list |
Version
Introduced in version August 2014