Method that removes a parameter from the list by specifying the parameter (item) to remove
"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 |
| item | Parameter | The parameter item to remove from the list |