Interface IProjectFolderItem
Interface for a project folder
Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("A278C4DE-B4E1-43E3-953C-52D7DEEF5DE4")]
public interface IProjectFolderItem
Properties
| Name | Description |
|---|---|
| IsFolder | Returns whether the object is a folder |
| Items | Returns the collection of child project item in the folder |
| Name | Folder name |
| ParentFolder | Parent folder in the project hierarchy |