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: 0.22.4.0116
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