Copies the profile and inserts the copy into the list.
| [Visual Basic .NET] |
|---|
Public Function InsertCopy( _ ByVal Profile As IAgVAProfile, _ ByVal IndexOrName As System.Object, _ ByVal Direction As AgEVAProfileInsertDirection _ ) As IAgVAProfile |
| [C#] |
|---|
public IAgVAProfile InsertCopy( |
| [Managed C++] |
|---|
public: IAgVAProfile^ InsertCopy( |
| [Java] |
|---|
public IAgVAProfile insertCopy( |
| [Unmanaged C++] |
|---|
public: HRESULT InsertCopy( |
- Profile
- IndexOrName
- Direction
Member Value Description eVAProfileInsertBefore 0 Insert profile before reference profile. eVAProfileInsertAfter 1 Insert profile after reference profile.
