2027 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 Inherited From
M Dispose() None Releases all resources used by the KeyBasedTreeEntry
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetChildrenKeys() IList<String> Gets a collection containing the keys of all children entry objects from this entry.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean 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.