RVTDocs.com
Namespace: Autodesk.Revit.DB

KeyBasedTreeEntriesLoadResults

Class
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
Syntax
KeyBasedTreeEntriesLoadResults Class Members:
Name Description Inherited From
KeyBasedTreeEntriesLoadResults Creates an empty KeyBasedTreeEntriesLoadResults.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the KeyBasedTreeEntriesLoadResults
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetFailureMessages Get all error or warnings created while attempting to load KeyBasedTreeEntries.
GetFileReadErrors Gets the names of any files which could not be read due to access errors.
GetFileSyntaxErrors Gets all the records in the key-based tree data text file that could not be parsed into KeyBasedTreeEntries.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetKeyBasedTreeEntryErrors() Gets information about KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors.
GetKeyBasedTreeEntryErrors(KeyBasedTreeEntryErrorType) Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors of a particular type.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object