Send a connect command to an Aviator object.
[Visual Basic .NET] |
---|
Public Function ExecuteCommand( _ ByVal Command As String _ ) As Object |
[C#] |
---|
public Object ExecuteCommand( string Command ); |
[Managed C++] |
---|
public: IUnknown^ ExecuteCommand( String __gc ^ Command ); |
[Unmanaged C++] |
---|
public: HRESULT ExecuteCommand( BSTR Command, IUnknown ** ppExecCmdRes ); |
[Java] |
---|
public Object executeCommand( String Command ); |
[Python - STK API ] |
---|
def ExecuteCommand(self, Command:str) -> "IUnknown": |
- Command