STK XSend comments on this topic.
ExecuteCommand Method (AgSTKXApplication)
See Also
Command
Windows





Windows & Linux

Description

Send a connect command to STK X.

Syntax

[Visual Basic .NET]
Public Function ExecuteCommand( _
    ByVal Command As String _
) As IAgExecCmdResult
[C#]
public IAgExecCmdResult ExecuteCommand(
    string Command
);
[Managed C++]
public: IAgExecCmdResult^ ExecuteCommand(
    String __gc ^ Command
);
[Unmanaged C++]
public: HRESULT ExecuteCommand(
    BSTR Command,
    IAgExecCmdResult ** ppExecCmdRes
);
[Java]
public IAgExecCmdResult executeCommand(
    String Command
);
[Python - STK API ]
def ExecuteCommand(self, Command:str) -> "IAgExecCmdResult":

Parameters

Command

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.