2022 Enumeration
Changes 0
E

KeyBasedTreeEntryErrorType

Description:
An Enum indicating the type of error associated with a KeyBasedTreeEntry.
Name Description
E DuplicateEntry The same entry appears more than once in the KeyBasedTreeEntries object.
E MissingParent The parent specified for a entry does not exist in the KeyBasedTreeEntires object.
E CircularParentage A sub-node has been specified as a parent of one of its ancestors.
E InvalidClassificationCode The classification code does not match the level and parent code.
E BadClassificationLevel The classification level is not an integer in range between 1 and 5 inclusive.
E BadClassificationCategoryId The classification category id is not Revit BuiltInCategory id.