IDocument Interface

Represents document of the Tekla Structural Designer application

Namespace: TSD.API.Remoting.Document
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IDocument

The IDocument type exposes the following members.

Properties
 NameDescription
Public propertyModelId Gets the ID of model contained in the document
Public propertyPath Gets the path of the document file on the disk. Can be empty if document is not yet saved.
Top
Methods
 NameDescription
Public methodCloseAsync Closes the document
Public methodGetModelAsync Returns the currently active structure model
Public methodGetSessionsAsync Returns a collection of sessions in the document (sorted from newest to oldest)
Public methodSaveToAsync Saves the document to given path
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next