Executes multiple CONNECT actions. The method throws an exception if any of the specified commands have failed.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public AgExecMultiCmdResult ExecuteMultipleCommands( System.Array ConnectCommands, AgEExecMultiCmdResultAction EAction ); |
| [Managed C++] |
|---|
public: AgExecMultiCmdResult^ ExecuteMultipleCommands( System::Array ^ ConnectCommands, AgEExecMultiCmdResultAction EAction ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgExecMultiCmdResult executeMultipleCommands( AgSafeArray ConnectCommands, AgEExecMultiCmdResultAction EAction ); |
[Python - STK API ] |
|---|
def ExecuteMultipleCommands(self, ConnectCommands:list, EAction:"AgEExecMultiCmdResultAction") -> "AgExecMultiCmdResult": |
- ConnectCommands
- EAction






