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