STK X Application object.
ExecuteCommand | Send a connect command to STK X. |
ExecuteMultipleCommands | Executes multiple CONNECT actions. The method throws an exception if any of the specified commands have failed. |
GetLicensingReport | This method is deprecated. Returns a formatted string that contains the license names and their states. The string is formatted as an XML document. |
GetOnlineOptions | Get http proxy online options. |
IsFeatureAvailable | Returns true if the specified feature is available. |
SetOnlineOptions | Set http proxy online options. |
Terminate | Terminates the use of STK Engine. This must be the last call to STK Engine. |
UseSoftwareRenderer | Configure engine graphics to use a software renderer in order to meet minimum graphics requirements. Enabling this option will result in significant performance impacts. |
ConnectMaxConnections | Specify the maximum number of Connect connections to allow. |
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 full path and log file name. |
LoggingMode | Controls the log file generation, and if the log file is deleted or not on application exit. |
NoGraphics | Start engine with or without graphics (default: engine starts with graphics.). |
RegistrationID | Returns the Registration ID. |
ShowSLAIfNotAccepted | Shows the Software License Agreement dialog if not already accepted. |
VendorID | This property is deprecated. The identifier of the vendor. |
Version | Returns the version number. |
OnScenarioNew | Triggered when a new scenario is created. |
OnScenarioLoad | Triggered when a scenario is loaded. |
OnScenarioClose | Triggered when the current scenario is closed. |
OnScenarioSave | Triggered when the current scenario is saved. |
OnLogMessage | Triggered when a new message is logged. |
OnAnimUpdate | Occurs just before an animation update. |
OnNewGlobeCtrlRequest | Triggered when the globe control window for a scene is not found. |
OnNewMapCtrlRequest | Triggered when the map control window for a WinID is not found. |
OnBeforeNewScenario | Triggered when a new scenario is about to be created. |
OnBeforeLoadScenario | Triggered when a scenario is about to be loaded. |
OnBeginScenarioClose | Triggered immediately before the current scenario is closed. |
OnNewGfxAnalysisCtrlRequest | Triggered when the Gfx Analysis control window for a scene is not found. |
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. |
OnConControlQuitReceived | Triggered when the [ConControl / QuitStk] connect command is received. |
The STK X Application can be created as a regular component or accessed through the Map and Globe Application properties.
GUID | {062AB565-B121-45B5-A9A9-B412CEFAB6A9} |
ProgID | STKX12.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.