Share

KeyBasedTreeEntriesLoadResults.GetFileSyntaxErrors Method

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: 26.3.0.0 (26.3.0.0)

Syntax

C#

public IList<string> GetFileSyntaxErrors()

Return Value

IList<String>
An array of strings that are copies of the records in the text file that could not be parsed.

Remarks

Only applies to KeyBasedTreeEntries built from text files.

See Also

Reference

Was this information helpful?