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(
|
| [Managed C++] |
|---|
public: IAgVAProfile^ Paste(
|
| [Java] |
|---|
public IAgVAProfile paste(
|
| [Unmanaged C++] |
|---|
public: HRESULT Paste(
|
- IndexOrName
- Direction
-
Member Value Description eVAProfileInsertBefore 0 Insert profile before reference profile. eVAProfileInsertAfter 1 Insert profile after reference profile.