ArrayParameter.Remove

Description

Removes the specified array parameter from the array. You can indicate which parameter should be removed by specifying either the index of the parameter in the array or by passing in the parameter object.

Scripting Syntax

ArrayParameter.Remove( Parameter );

Parameters

Parameter Type Description
Parameter Variant The array parameter to remove. You can use either a zero-based index in the array or as a parameter object that's already a member of the array. Any other type generates an Invalid Argument error.

See Also

ArrayParameter.Add ArrayParameter.Move