Interface ITeddsDocument
Interface for an open Document
Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("1FCCA60C-A5D2-4443-8C10-86CDAC078D3E")]
public interface ITeddsDocument
Properties
| Name | Description |
|---|---|
| BimObjectId | Returns a BIM object identifier associated with the document |
| CalcItem | Returns a CalcItem object which represents the calculation associated with the document |
| FullName | Returns the document full path and file name |
| Name | Returns the documents name (excluding file extension) |
| Path | Return documents file path (excluding file name) |
| Saved | Saved status of document |
| VariablesXml | Variables defined in the document in the Tedds XML schema format |
Methods
| Name | Description |
|---|---|
| Activate() | Activate this document |
| Calculate() | Calculate document |
| Calculate2() | Calculate the document and return the calculation status code |
| Close(TdsSaveOptions) | Close the document |
| Save() | Save changes to the document |
| SaveAs(object) | Save document to a new file location |
| SaveAsPdf(object) | Save the document in Adobe PDF format |