Revit 2026 API
Key |
Gets a copy of KeyBasedTreeEntries object owned by this KeyBasedTreeEntriesLoadContent object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public KeyBasedTreeEntries GetEntries()
Public Function GetEntries As KeyBasedTreeEntries
public: KeyBasedTreeEntries^ GetEntries()
member GetEntries : unit -> KeyBasedTreeEntries
Return Value
KeyBasedTreeEntriesA copy of KeyBasedTreeEntries object owned by this KeyBasedTreeEntriesLoadContent object.
| Exception | Condition |
|---|---|
| InvalidOperationException | The KeyBasedTreeEntries object owned by this KeyBasedTreeEntriesLoadContent object is not built yet. The information about this KeyBasedTreeEntries object is not available. |
See Also