Interface ITeddsDocuments

Interface for a collection of open documents

Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("D32BF2E9-32B1-4AF6-9BD3-B99375160F39")]
public interface ITeddsDocuments

Properties

Name Description
Count

Returns the number of documents in the collection

this[object]

Returns a single document in the collection

Methods

Name Description
Add()

Add a new document

Add2(string, string, string)

Add a new document using the specified Calc Item and input variables

Add3(string, string, string, string, string)

Add a new document using the specified Calc Item, input variables and pre-calculated RTF

Close(bool)

Close all documents

GetEnumerator()

Enumeration interface for iterating the items in the collection

Open(string)

Open an existing document

Save()

Saved changes to all open documents

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next