IProjectFolderItem Interface

Interface for a project folder

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 24.1.0.0
Syntax
public interface IProjectFolderItem

The IProjectFolderItem type exposes the following members.

Properties
  NameDescription
Public propertyIsFolder
Returns whether the object is a folder
Public propertyItems
Returns the collection of child project item in the folder
Public propertyName
Folder name
Public propertyParentFolder
Parent folder in the project hierarchy
Top
See Also