GetKeyBasedTreeEntries Method
Gets the KeyBasedTreeEntries for this table.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:  2015

Syntax

C#
public KeyBasedTreeEntries GetKeyBasedTreeEntries()
Visual Basic
Public Function GetKeyBasedTreeEntries As KeyBasedTreeEntries
Visual C++
public:
KeyBasedTreeEntries^ GetKeyBasedTreeEntries()

Return Value

The KeyBasedTreeEntries for this table.

See Also