ArgumentCollection.Remove
 
 
 

ArgumentCollection.Remove

Introduced

v4.0

Description

Removes a single argument from the collection.

C# Syntax

ArgumentCollection.Remove( Object in_Index );

Scripting Syntax

ArgumentCollection.Remove( Index );

Parameters

Parameter Type Description
Index Variant 0-based index or SIObject.Name of the argument to remove

See Also

ArgumentCollection.Add ArgumentCollection.RemoveAll Command.Arguments