Adds a profile.
[Visual Basic .NET] |
---|
Public Function Add2( _ ByVal ProfileName As String, _ ByVal IndexOrName As System.Object, _ ByVal Direction As AgEVAProfileInsertDirection _ ) As IAgVAProfile |
[C#] |
---|
public IAgVAProfile Add2( string ProfileName, System.Object IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Managed C++] |
---|
public: IAgVAProfile^ Add2( String __gc ^ ProfileName, VARIANT IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Unmanaged C++] |
---|
public: HRESULT Add2( BSTR ProfileName, VARIANT IndexOrName, AgEVAProfileInsertDirection Direction, IAgVAProfile ** ppVAProfile ); |
[Java] |
---|
public IAgVAProfile add2( String ProfileName, AgVariant IndexOrName, AgEVAProfileInsertDirection Direction ); |
[Python - STK API ] |
---|
def Add2(self, ProfileName:str, IndexOrName:typing.Any, Direction:"AgEVAProfileInsertDirection") -> "IAgVAProfile": |
- ProfileName
- IndexOrName
- Direction