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( IAgVAProfile Profile, System.Object IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Managed C++] |
---|
public: IAgVAProfile^ InsertCopy( IAgVAProfile ^ Profile, VARIANT IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Unmanaged C++] |
---|
public: HRESULT InsertCopy( IAgVAProfile * Profile, VARIANT IndexOrName, AgEVAProfileInsertDirection Direction, IAgVAProfile ** ppRetVal ); |
[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