Namespace:
Autodesk.Revit.DB
KeyBasedTreeEntryErrorType
Enumeration
Description:
An Enum indicating the type of error associated with a KeyBasedTreeEntry.
An Enum indicating the type of error associated with a KeyBasedTreeEntry.
KeyBasedTreeEntryErrorType Enumeration Members:
| Name | Description |
|---|---|
| 0 | The same entry appears more than once in the KeyBasedTreeEntries object. |
| 1 | The parent specified for a entry does not exist in the KeyBasedTreeEntires object. |
| 2 | A sub-node has been specified as a parent of one of its ancestors. |
| 3 | The classification code does not match the level and parent code. |
| 4 | The classification level is not an integer in range between 1 and 5 inclusive. |
| 5 | The classification category id is not Revit BuiltInCategory id. |