Interface IApplication
Gives access to the application.
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 11, 300, 80)]
public interface IApplication
Remarks
This interface is available since v7.10.
Properties
| Name | Description |
|---|---|
| ProcessId | Gets the identifier of application process. |
| Version | Gets the version of the application. |
Methods
| Name | Description |
|---|---|
| BringToFrontWindow() | Brings the application window to the front. |
| CloseAllDocumentWindows() | Close all documents windows. |
| EndModification(bool, bool) | Ends performing modifications. |
| IsLicenseValid(int) | Tells whether a valid TopSolid license is available. |
| MaximizeWindow() | Maximizes the application window. |
| MinimizeWindow() | Minimizes the application window. |
| Quit() | Terminates the applicaton. |
| RestoreWindow() | Restores the application window that has been minimized or maximized. |
| StartModification(string, bool) | Starts performing modifications. |