Represents the automation interface supported by the root object of the Automation Object Model.
AllInstanceNamesToXML | Returns an XML representation of AllInstanceNames. |
BeginUpdate | Signals the object that the batch update is starting. This should only be called when manipulating graphical properties of objects that already exist. Never create or destroy objects or call Avtr methods inside Begin/End update blocks. |
CloseScenario | Closes the scenario. The method throws an exception if no scenario has been loaded. |
EndUpdate | Signals the object that the batch update is complete. This should only be called when manipulating graphical properties of objects that already exist. Never create or destroy objects or call Avtr methods inside Begin/End update blocks. |
ExecuteCommand | Executes a custom CONNECT action. The method throws an exception if the command has failed. |
ExecuteMultipleCommands | 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. |
GetLicensingReport | Returns a formatted string that contains the license names and their states. The string is formatted as an XML document. |
GetObjectFromPath | Gets the object instance that matches the path provided. |
Isolate | Mutually isolates unit preference settings in the current instance from those in other instances of the root. |
Load | Loads a scenario/vdf using the specified path. The method throws an exception if there is a scenario already loaded. |
LoadCustomMarker | Adds a custom marker to Application. |
LoadScenario | Use Load method. Loads a scenario using the specified path. The method throws an exception if there is a scenario already loaded. |
LoadVDF | 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. |
LoadVDFFromSDF | 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. |
LoadVDFFromSDFWithVersion | 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. |
NewScenario | Creates a new scenario. User must close a scenario before creating a new one; otherwise an exception will occur. |
ObjectExists | Checks whether a currently loaded scenario contains an object with the given path. |
Save | Saves the changes made to the scenario/vdf. |
SaveAs | Saves the changes made to the scenario/vdf to a specified path and file name. |
SaveScenario | Use Save method. Saves the changes made to the scenario. |
SaveScenarioAs | Use SaveAs method. Saves the changes made to the scenario to a specified path and file name. |
SaveVDFAs | Saves the changes made to the scenario to a specified path and file name as a vdf file. |
SaveVDFToSDF | Saves a vdf to SDF at the specified location. The method throws an exception if the VDF creation or upload fails. |
AvailableFeatures | Allows the user to inquiry about the available features. |
CentralBodies | Returns a collection of available central bodies. |
ConversionUtility | Returns the conversion utility interface. |
CurrentScenario | Returns a Scenario object or null if no scenario has been loaded yet. |
Isolated | Returns whether the instance is isolated. |
NotificationFilter | |
StdMil2525bSymbols | Returns the interface that enables creating 2525b symbols. |
StkPreferences | Configures STK preferences. |
UnitPreferences | Provides access to the Global Unit table. |
VgtRoot | 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] | ||
---|---|---|
|