Represents the automation interface supported by the root object of the Automation Object Model.
![]() | Returns an XML representation of AllInstanceNames. |
![]() | Signals the object that the batch update is starting. |
![]() | Closes the scenario. The method throws an exception if no scenario has been loaded. |
![]() | Signals the object that the batch update is complete. |
![]() | Executes a custom CONNECT action. The method throws an exception if the command has failed. |
![]() | Executes multiple CONNECT actions. The behavior of the method when encountering an exception varies depending on the setting of the Action parameter. See the help for AgEExecMultiCmdResultAction. |
![]() | Returns a formatted string that contains the license names and their states. The string is formatted as an XML document. |
![]() | Gets the object instance that matches the path provided |
![]() | Mutually isolates unit preference settings in the current instance from those in other instances of the root. |
![]() | Loads a scenario/vdf using the specified path. The method throws an exception if there is a scenario already loaded. |
![]() | Adds a custom marker to Application |
![]() | Use Load method. Loads a scenario using the specified path. The method throws an exception if there is a scenario already loaded. |
![]() | Loads a vdf using the specified path. The method throws an exception if there is a scenario already loaded. If the password isn't needed, enter an empty string. |
![]() | Loads a vdf from SDF using the specified path. The method throws an exception if there is a scenario already loaded. If the password isn't needed, enter an empty string. |
![]() | Loads a vdf from SDF using the specified path. The method throws an exception if there is a scenario already loaded. If the password isn't needed, enter an empty string. |
![]() | Creates a new scenario. User must close a scenario before creating a new one; otherwise an exception will occur. |
![]() | Checks whether a currently loaded scenario contains an object with the given path. |
![]() | Saves the changes made to the scenario/vdf. |
![]() | Saves the changes made to the scenario/vdf to a specified path and file name. |
![]() | Use Save method. Saves the changes made to the scenario. |
![]() | Use SaveAs method. Saves the changes made to the scenario to a specified path and file name. |
![]() | Saves the changes made to the scenario to a specified path and file name as a vdf file. |
![]() | Saves a vdf to SDF at the specified location. The method throws an exception if the VDF creation or upload fails. |
![]() | Allows the user to inquiry about the available features |
![]() | Returns a collection of available central bodies. |
![]() | Returns the conversion utility interface. |
![]() | Returns a Scenario object or null if no scenario has been loaded yet. |
![]() | Returns whether the instance is isolated. |
![]() | |
![]() | Returns the interface that enables creating 2525b symbols |
![]() | Configures STK preferences. |
![]() | Provides access to the Global Unit table. |
![]() | Returns an instance of VGT root object. |
Implemented Interface |
---|
IAgStkObject |
IAgLifetimeInformation |
IAgAnimation |
IAgStkObjectRootEvents |
Name |
---|
AgStkObjectRoot |
Load a VDF
[C#] | ||
---|---|---|
|
Load a VDF
[Visual Basic .NET] | ||
---|---|---|
|
Start STK Engine and get a reference to IAgStkObjectRoot
[Python - STK API] | ||
---|---|---|
|
Get a reference to IAgStkObjectRoot using a running STK instance
[Python - STK API] | ||
---|---|---|
|
Start STK and get a reference to IAgStkObjectRoot
[Python - STK API] | ||
---|---|---|
|
Open a VDF
[Python - STK API] | ||
---|---|---|
|
Close an open Scenario
[Python - STK API] | ||
---|---|---|
|
Create a new Scenario
[Python - STK API] | ||
---|---|---|
|
Set unit preferences for Object Model
[Python - STK API] | ||
---|---|---|
|
Execute Connect command
[Python - STK API] | ||
---|---|---|
|
Execute multiple Connect commands
[Python - STK API] | ||
---|---|---|
|
Extract data from Connect result
[Python - STK API] | ||
---|---|---|
|
Start STK and get a reference to IAgStkObjectRoot
[MATLAB] | ||
---|---|---|
|
Create instance of AgStkObjectRoot in STK Engine application
[MATLAB] | ||
---|---|---|
|
Open a VDF
[MATLAB] | ||
---|---|---|
|
Close an open Scenario
[MATLAB] | ||
---|---|---|
|
Close STK
[MATLAB] | ||
---|---|---|
|
Get a reference to the AgStkObjectRoot using the running STK instance
[MATLAB] | ||
---|---|---|
|
Create a new Scenario
[MATLAB] | ||
---|---|---|
|
STK window layout settings
[MATLAB] | ||
---|---|---|
|
Set unit preferences for Object Model
[MATLAB] | ||
---|---|---|
|
Execute Connect command
[MATLAB] | ||
---|---|---|
|
Execute multiple Connect commands
[MATLAB] | ||
---|---|---|
|
Extract data from Connect result
[MATLAB] | ||
---|---|---|
|