Share

KeyBasedTreeEntry.Key Property

The key of this entry.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public string Key { get; }

Property Value

String

Remarks

This value will be used to do retrieval, sort and comparison. This value should not be empty.

See Also

Reference

Was this information helpful?