Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries
object due to errors of a particular type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<KeyBasedTreeEntryError> GetKeyBasedTreeEntryErrors(
KeyBasedTreeEntryErrorType type
)
Parameters
- type KeyBasedTreeEntryErrorType
-
The type of KeyBasedTreeEntryError to be returned.
Return Value
IList<KeyBasedTreeEntryError>
An array of copies of the KeyBasedTreeEntryErrors contained in this object matching the type specified.
Exceptions
See Also
Reference