Adds a profile.
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
| [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






