Interface IProjectFileItem
Interface for a project file item
Namespace: Tekla.Structural.InteropAssemblies.Tedds
Assembly: Tedds.TeddsIA.dll
Syntax
[Guid("68E2AC83-2CAF-47C1-A8EE-0A9B9DF5AB16")]
public interface IProjectFileItem
Properties
| Name | Description |
|---|---|
| FullName | Returns the full path and file name of the referenced file |
| IsFolder | Returns whether the object is a folder |
| Name | File name (excluding file extension) |
| ParentFolder | Parent folder in the project hierarchy |
| Path | Returns the path of the referenced file |
Methods
| Name | Description |
|---|---|
| Open() | Open the referenced file and return the ITeddsDocument interface |