Application |
The ApplicationFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectToRunningApplicationAsync(Int32, CancellationToken) | Connects to Tekla Structural Designer application running on local machine on given port | |
ConnectToRunningApplicationAsync(String, Int32, CancellationToken) | Connects to Tekla Structural Designer application running on given address and port | |
GetFirstRunningApplicationAsync | Returns first applications that is compatible with current API version | |
GetInstalledApplicationVersions | Returns versions of installed Tekla Structural Designer application | |
GetRunningApplicationsAsync | Returns all applications that are compatible with current API version | |
StartNewApplicationAsync | Starts new instance of Tekla Structural Designer application and connects to it |
See Also