KeyBasedTreeEntriesLoadResultsGetKeyBasedTreeEntryErrors Method

Gets information about KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<KeyBasedTreeEntryError> GetKeyBasedTreeEntryErrors()

Return Value

IListKeyBasedTreeEntryError
An array of copies of the KeyBasedTreeEntryErrors contained in this object.
See Also