IAgUiApplication represents a root of the Application Model.
![]() | Activates the application's main window. |
![]() | Create a new instance of the application model root object. |
![]() | Only works from local HTML pages and scripts. |
![]() | Brings up the Directory Picker Dialog and returns a selected directory name. |
![]() | 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. |
![]() | Brings up a standard File Open Dialog and returns an object representing the selected file. |
![]() | 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. |
![]() | Loads a personality by its name. |
![]() | Logs the Message specified. |
![]() | Specifies the current log file to be written to. |
![]() | Shuts down the application. |
![]() | Set to true to display certain alerts and messages. Otherwise false. The default value is True. |
![]() | Gets/sets a height of the main window. |
![]() | Returns an HWND handle associated with the application main window. |
![]() | Gets/sets a vertical coordinate of the main window. |
![]() | Gets the current log files full path. |
![]() | Gets/Sets message-pending delay for server busy dialog (in milliseconds). |
![]() | Returns a collection most recently used files. |
![]() | Returns the complete path to the application, excluding the final separator and name of the application. Read-only String. |
![]() | Returns a reference to the currently loaded personality. |
![]() | Returns an new instance of the root object of the STK Object Model. |
![]() | Gets/sets whether to use saved user preference files. |
![]() | Gets process id for the current instance. |
![]() | Gets/sets a horizontal coordinate of the main window. |
![]() | Gets/sets whether the application is user controlled. |
![]() | Gets/sets whether the main window is visible. |
![]() | Gets/sets a width of the main window. |
![]() | Returns a collection of windows. |
![]() | 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] | ||
---|---|---|
|