ParameterList.removeByIndex 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 using the index of the item in the list Will fail if the list is read only.
Syntax
"parameterList_var" is a variable referencing a ParameterList object.returnValue = parameterList_var.removeByIndex(index)
|
"parameterList_var" is a variable referencing a ParameterList object.
#include <Fusion/Fusion/ParameterList.h>
returnValue = parameterList_var->removeByIndex(index);
|
Return Value
boolean |
Returns true if successful. This method will fail if the list is read-only |
Parameters
index |
uinteger |
The index of the parameter to be removed from the list |
Version
Introduced in version August 2014