FindEntry Method


Key Based Tree Entries Find Entry Method

Finds the KeyBasedTreeEntry associated with the given key value.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public KeyBasedTreeEntry FindEntry(
	string key
)

Parameters

key String
The specified key value.

Return Value

KeyBasedTreeEntry
The KeyBasedTreeEntry corresponds to the given key value.
Exceptions
Exception Condition
ArgumentException key is an empty string.
ArgumentNullException A non-optional argument was null
Remarks
If no matching KeyBasedTreeEntry can be found, null will be returned; The given key value cannot be an empty string.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →