Copies the parameter and inserts the copy into the list.
| [Visual Basic .NET] |
|---|
Public Function InsertCopy( _ ByVal Parameter As IAgVAScriptingParameter _ ) As IAgVAScriptingParameter |
| [C#] |
|---|
public IAgVAScriptingParameter InsertCopy( |
| [Managed C++] |
|---|
public: IAgVAScriptingParameter^ InsertCopy( |
| [Java] |
|---|
public IAgVAScriptingParameter insertCopy( |
| [Unmanaged C++] |
|---|
public: HRESULT InsertCopy( |
- Parameter
