IAgUiApplication represents a root of the Application Model.
Activate | Activates the application's main window. |
CreateApplication | Create a new instance of the application model root object. |
CreateObject | Only works from local HTML pages and scripts. |
DirectoryPickerDialog | Brings up the Directory Picker Dialog and returns a selected directory name. |
FileOpenDialog | Brings up a common File Open dialog and returns the file name selected by the user. If the user canceled, returns an empty file name. |
FileOpenDialogExt | Brings up a standard File Open Dialog and returns an object representing the selected file. |
FileSaveAsDialog | Brings up a common File SaveAs dialog and returns the file name selected by the user. If the user canceled, returns an empty file name. |
LoadPersonality | Loads a personality by its name. |
LogMsg | Logs the Message specified. |
OpenLogFile | Specifies the current log file to be written to. |
Quit | Shuts down the application. |
DisplayAlerts | Set to true to display certain alerts and messages. Otherwise false. The default value is True. |
Height | Gets/sets a height of the main window. |
HWND | Returns an HWND handle associated with the application main window. |
Left | Gets/sets a vertical coordinate of the main window. |
LogFile | Gets the current log files full path. |
MessagePendingDelay | Gets/Sets message-pending delay for server busy dialog (in milliseconds). |
MRUList | Returns a collection most recently used files. |
Path | Returns the complete path to the application, excluding the final separator and name of the application. Read-only String. |
Personality | Returns a reference to the currently loaded personality. |
Personality2 | Returns an new instance of the root object of the STK Object Model. |
ProcessID | Gets process id for the current instance. |
Top | Gets/sets a horizontal coordinate of the main window. |
UserControl | Gets/sets whether the application is user controlled. |
Visible | Gets/sets whether the main window is visible. |
Width | Gets/sets a width of the main window. |
Windows | Returns a collection of windows. |
WindowState | Gets/sets the state of the main window. |
Implemented Interface |
---|
IAgUiApplicationEvents |
Name |
---|
AgUiApplication |
Start STK and get a reference to IAgStkObjectRoot
[C#] | ||
---|---|---|
|
Get a reference to the AgStkObjectRoot using the running STK instance
[C#] | ||
---|---|---|
|
Get a reference to the AgStkObjectRoot with display alerts turned off.
[C#] | ||
---|---|---|
|
Start STK and get a reference to IAgStkObjectRoot
[Visual Basic .NET] | ||
---|---|---|
|
Get a reference to the AgStkObjectRoot using the running STK instance
[Visual Basic .NET] | ||
---|---|---|
|
Get a reference to the AgStkObjectRoot with display alerts turned off.
[Visual Basic .NET] | ||
---|---|---|
|
Close STK
[Python - STK API] | ||
---|---|---|
|