Send a connect command to STK X.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgExecCmdResult ExecuteCommand( string Command ); |
| [Managed C++] |
|---|
public: IAgExecCmdResult^ ExecuteCommand( String __gc ^ Command ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgExecCmdResult executeCommand( String Command ); |
[Python - STK API ] |
|---|
def ExecuteCommand(self, Command:str) -> "IAgExecCmdResult": |
- Command






