ParameterList.removeByItem Method

Parent Object: ParameterList
Defined 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

Type Description
boolean Returns true if successful. This method will fail if the list is read-only

Parameters

Name Type Description
item Parameter The parameter item to remove from the list

Version

Introduced in version August 2014