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.
"parameterList_var" is a variable referencing a ParameterList object. |
"parameterList_var" is a variable referencing a ParameterList object. |
| Type | Description |
| boolean | Returns true if successful. This method will fail if the list is read-only |
| Name | Type | Description |
| index | uinteger | The index of the parameter to be removed from the list |