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






