IApplication Interface |
Represents a connection to a running Tekla Structural Designer instance
Namespace: TSD.API.Remoting
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The IApplication type exposes the following members.
Properties
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 |
Events
Name | Description | |
---|---|---|
Disconnected | An event invoked when the application disconnects | |
ModelClosed | An event invoked when model is closed | |
ModelOpened | An event invoked when model is opened |
See Also