2021 Class
Changes 0
C

KeyBasedTreeEntry

Description:
A key-based tree entry, containing the key, parent key, and children keys (if applicable).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.KeyBasedTreeEntry
    Autodesk.Revit.DB.ClassificationEntry
    Autodesk.Revit.DB.KeynoteEntry
public class KeyBasedTreeEntry : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetChildrenKeys() IList<string> Gets a collection containing the keys of all children entry objects from this entry.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Key string The key of this entry.
P ParentKey string The parent key of this entry.