2021 Class
Changes 0
C

KeyBasedTreeEntriesLoadResults

Description:
This class contains the results and status information regarding an attempt to load the KeyBasedTreeEntries from an External Resource.
Remarks:

A KeyBasedTreeEntriesLoadResults object is returned by the KeynoteTable or AssemblyCodeTable API methods LoadFrom() and Reload() so that callers can determine whether the KeynoteTable or AssemblyCodeTable was updated successfully and what, if any, errors occurred.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntriesLoadResults
public class KeyBasedTreeEntriesLoadResults : IDisposable
Name Return Type Description
C KeyBasedTreeEntriesLoadResults() None Creates an empty KeyBasedTreeEntriesLoadResults.
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetFailureMessages() IList<FailureMessage> Get all error or warnings created while attempting to load KeyBasedTreeEntries.
M GetFileReadErrors() IList<string> Gets the names of any files which could not be read due to access errors.
M GetFileSyntaxErrors() IList<string> Gets all the records in the key-based tree data text file that could not be parsed into KeyBasedTreeEntries.
M GetKeyBasedTreeEntryErrors() IList<KeyBasedTreeEntryError> Gets information about KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors.
M GetKeyBasedTreeEntryErrors(KeyBasedTreeEntryErrorType) IList<KeyBasedTreeEntryError> Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors of a particular type.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.