KeyBasedTreeEntriesLoadResults
Description:
This class contains the results and status information regarding an attempt to load the KeyBasedTreeEntries from an External Resource.
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
System.Object
Autodesk.Revit.DB.KeyBasedTreeEntriesLoadResults
public class KeyBasedTreeEntriesLoadResults : IDisposable
| Name | Return Type | Description |
|---|---|---|
| KeyBasedTreeEntriesLoadResults() | None | Creates an empty KeyBasedTreeEntriesLoadResults. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetFailureMessages() | IList<FailureMessage> | Get all error or warnings created while attempting to load KeyBasedTreeEntries. |
| GetFileReadErrors() | IList<string> | Gets the names of any files which could not be read due to access errors. |
| GetFileSyntaxErrors() | IList<string> | Gets all the records in the key-based tree data text file that could not be parsed into KeyBasedTreeEntries. |
| GetKeyBasedTreeEntryErrors() | IList<KeyBasedTreeEntryError> | Gets information about KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors. |
| 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 |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |