TeklaStructuresFiles Class |
The TeklaStructuresFiles class is for the paths where the attributes file will be searched for.
Inheritance Hierarchy
Namespace: Tekla.Structures
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The TeklaStructuresFiles type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeklaStructuresFiles |
Initializes a new instance of the TeklaStructuresFiles class.
|
Properties
Name | Description | |
---|---|---|
PropertyFileDirectories |
The directories where to look for property files.
|
Methods
Name | Description | |
---|---|---|
GetAttributeFile(String) |
Gets a file info representing the first match in the standard property file directories.
| |
GetAttributeFile(ListString, String) |
Gets a file info representing the first match in the search directories.
| |
GetFileDictionaryByExtension |
Retrieves a dictionary of file names and their corresponding paths from multiple directories.
| |
GetMultiDirectoryFileList |
Gets a list of files with the given extension from the default search directories.
|
See Also