Revit 2025 API
Key |
Gets all the records in the key-based tree data text file that could not be parsed into KeyBasedTreeEntries.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<string> GetFileSyntaxErrors()
Public Function GetFileSyntaxErrors As IList(Of String)
public: IList<String^>^ GetFileSyntaxErrors()
member GetFileSyntaxErrors : unit -> IList<string>
Return Value
IListStringAn array of strings that are copies of the records in the text file that could not be parsed.

Only applies to KeyBasedTreeEntries built from text files.
See Also