Interface ITeddsProject

Interface for a project

Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("6C1BC9B4-CBD7-428D-AB64-8063A6FDED60")]
public interface ITeddsProject

Properties

Name Description
BimProject

Linked BIM project

FullName

Full path of project file including file name

IsOpen

Is a project currently open

Name

Project name

Path

Project file path (excludes file name)

RootFolder

Root folder in the project tree

Saved

Saved status of project file

Methods

Name Description
Calculate()

Calculate all documents in the project

Close(object)

Close the active project

New(string)

Create a new project

Open(string)

Open an existing project

Save()

Save the active project file

SaveAs(object)

Save the active project file to a new location

SaveAsPdf(string, TdsProjectSavePdf)

Save all the documents in the project in PDF format

SendToWord(bool)

Export the project to Microsoft Word or Tedds for Word

SetBimProject(string, string)

Link the Tedds project to a BIM project

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