Revit 2026 API
Key |
Gets the names of any files which could not be read due to access errors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<string> GetFileReadErrors()
Public Function GetFileReadErrors As IList(Of String)
public: IList<String^>^ GetFileReadErrors()
member GetFileReadErrors : unit -> IList<string>
Return Value
IListStringAn array of strings containing the filenames of files which could not be read.
Only applies to KeyBasedTreeEntries built from text files.
See Also