Interface IProjectItems
Interface for a collection of Project items
Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("B3615A46-EED5-4307-9067-0041FE522FBB")]
public interface IProjectItems
Properties
| Name | Description |
|---|---|
| Count | Return the number of items in the collection |
| this[object] | Returns a single item in the collection |
Methods
| Name | Description |
|---|---|
| AddDocument(ITeddsDocument) | Add an existing open document to the end of the collection of project items |
| AddFile(string) | Add a reference to a Tedds document file to the end of the collection of project items |
| AddFolder(string) | Add a new folder to the end of the collection of project items |
| AddFromPath(string) | Add a single Tedds project file or a complete folder hierarchy from a full file path |
| GetEnumerator() | Enumeration interface for iterating the items in the collection |
| Remove(object) | Remove a project item from the collection |