ArgumentCollection.AddCopy
 
 
 

ArgumentCollection.AddCopy

Introduced

v4.0

Description

Appends a copy of an argument. Because the Name (SIObject.Name) must be unique for each ArgumentCollection the Argument that is being copied must belong to a different command than the one that it is being added to.

C# Syntax

Argument ArgumentCollection.AddCopy( Argument in_pSrcArgument );

Scripting Syntax

ArgumentCollection.AddCopy( ArgumentToCopy );

Parameters

Parameter Type Description
ArgumentToCopy Argument Argument to append

See Also

ArgumentCollection.Add Command.Arguments