Represents the automation interface supported
by the root object of the Automation Object Model.
AllInstanceNamesToXML | Returns an XML representation of AllInstanceNames. |
AvailableMarkerTypes | This property is deprecated. Use the AvailableMarkerTypes property from the IAgScVO interface. Retrieves the list of available MarkerTypes |
BeginUpdate | Signals the object that the batch update is starting. |
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. |
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. |
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. |
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 | The event notification filter is used to temporarily disable only the root events to prevent them from being raised. The event filtering can be used to improve client application performance. |
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. |
Load a VDF
[C#] | Copy Code | |
---|---|---|
|
Load a VDF
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Start STK and get
a reference to IAgStkObjectRoot
[MATLAB] | Copy Code | |
---|---|---|
|
Create instance
of AgStkObjectRoot in STK Engine application
[MATLAB] | Copy Code | |
---|---|---|
|
Open a VDF
[MATLAB] | Copy Code | |
---|---|---|
|
Close an open
Scenario
[MATLAB] | Copy Code | |
---|---|---|
|
Close STK
[MATLAB] | Copy Code | |
---|---|---|
|
Get a reference
to the AgStkObjectRoot using the running STK instance
[MATLAB] | Copy Code | |
---|---|---|
|
Create a new
Scenario
[MATLAB] | Copy Code | |
---|---|---|
|
STK window layout
settings
[MATLAB] | Copy Code | |
---|---|---|
|
Set unit
preferences for Object Model
[MATLAB] | Copy Code | |
---|---|---|
|
Execute Connect
command
[MATLAB] | Copy Code | |
---|---|---|
|
Execute multiple
Connect commands
[MATLAB] | Copy Code | |
---|---|---|
|
Extract data from
Connect result
[MATLAB] | Copy Code | |
---|---|---|
|
Name |
---|
AgStkObjectRoot |