STK AviatorSend comments on this topic.
ExecuteCommand Method (IAgAvtrConnect)
See Also
Command
Windows





Windows & Linux

Description

Send a connect command to an Aviator object.

Syntax

[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":

Parameters

Command

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.