Copies the profile and inserts the copy into the list.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAProfile InsertCopy( IAgVAProfile Profile, System.Object IndexOrName, AgEVAProfileInsertDirection Direction ); |
| [Managed C++] |
|---|
public: IAgVAProfile^ InsertCopy( IAgVAProfile ^ Profile, VARIANT IndexOrName, AgEVAProfileInsertDirection Direction ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAProfile insertCopy( IAgVAProfile Profile, AgVariant IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Python - STK API ] |
|---|
def InsertCopy(self, Profile:"IAgVAProfile", IndexOrName:typing.Any, Direction:"AgEVAProfileInsertDirection") -> "IAgVAProfile": |
- Profile
- IndexOrName
- Direction






