AddCopy (ArgumentCollection)
Introduced
4.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.
Scripting Syntax
ArgumentCollection.AddCopy( ArgumentToCopy )
C# Syntax
Argument ArgumentCollection.AddCopy( Argument in_pSrcArgument );Parameters
|
Parameter |
Type |
Description |
|
ArgumentToCopy |
Argument to append |
See Also
Autodesk Softimage v7.5