IApplication Methods |
The IApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateDocumentAsync | Creates a new document | |
DisconnectAsync | Disconnects from the Tekla Structural Designer application | |
GetApplicationTitleAsync | Returns Tekla Structural Designer application main window title | |
GetDocumentAsync | Gets the document | |
GetVersionStringAsync | Returns string representation of Tekla Structural Designer application version | |
OpenDocumentAsync(FileStream, Boolean, CancellationToken) | Opens a document from a FileStream | |
OpenDocumentAsync(String, Boolean, CancellationToken) | Opens a document | |
StopAsync | Stops the Tekla Structural Designer application This action is only valid if the application was started from API |
See Also