STK X Application object.
ExecuteCommand | Send a connect command to STK X. |
ExecuteMultipleCommands | Allows the batch processing
of multiple connect commands.
HRESULT
ExecuteMultipleCommands( |
GetLicensingReport | Returns a formatted string that contains the license names and their states. The string is formatted as an XML document. |
GetOnlineOptions | Retrieves http proxy online options. |
IsFeatureAvailable | Returns true if the specified feature is available. |
SetOnlineOptions | Sets http proxy online options. |
ConnectMaxConnections | Specifies the maximum number of simultaneous Connect connections to be accepted by STK X. The maximum number of connections is constrained by the Integration Module license. |
ConnectPort | Specify TCP/IP port to be used by Connect (default: 5001). |
EnableConnect | Enable or disable TCP/IP connect command processing (default: disabled). |
HostID | Returns the Host ID. |
LogFileFullName | Returns the full path and log file name (empty if logging is not active). |
LoggingMode | Sets or retrieves the
logging mode (Active, Inactive, ActiveKeepFile). |
RegistrationID | Returns the Registration ID. |
VendorID | The identifier of the vendor. |
Version | Returns the version number |
OnAnimUpdate | Occurs just before an animation update. |
OnBeforeLoadScenario | Triggered immediately before a new scenario is loaded. |
OnBeforeNewScenario | Triggered immediately before a new scenario is created. |
OnBeginScenarioClose | Triggered immediately before the current scenario is closed. |
OnConControlQuitReceived | Triggered when the [ConControl / QuitStk] connect command is received. |
OnLogMessage | Triggered when a new message is logged. |
OnNewGfxAnalysisCtrlRequest | Triggered when the Gfx Analysis control window for a scene is not found. |
OnNewGlobeCtrlRequest | Triggered when the globe control window for a scene is not found or already created. |
OnNewMapCtrlRequest | Triggered when the map control window for a scene is not found or already created. |
OnScenarioClose | Triggered when the current scenario is closed. |
OnScenarioLoad | Triggered when a scenario is loaded. |
OnScenarioNew | Triggered when a new scenario is created. |
OnScenarioSave | Triggered when the current scenario is saved. |
OnSSLCertificateServerError | Triggered when a remote Web server, in response to an HTTPS request, sends a self-signed certificate, or if the certificate misrepresents the server identify. |
The STK X Application can be created as a regular component or accessed through the Map and Globe Application properties.
GUID | {9C726629-023D-4405-A368-38556E4E2CAD} |
ProgID | STKX11.Application |
The STK Objects library is also available with STK X. You can instantiate the root object and from it navigate and manipulate the STK scenario. Please see STK Objects for more details.