![]() | 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: 0.22.4.0116

The IApplication type exposes the following members.


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) |
Opens a document from a FileStream |
![]() | OpenDocumentAsync(String, Boolean) |
Opens a document
|

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
|
