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