Finds the KeyBasedTreeEntry associated with the given key value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public KeyBasedTreeEntry FindEntry( string key )
Parameters
- key String
- The specified key value.
Return Value
KeyBasedTreeEntryThe KeyBasedTreeEntry corresponds to the given key value.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | key is an empty string. |
| ArgumentNullException | A non-optional argument was null |
