tryFindByKey MethodStatic
Attempt to find an open IModelDb by key.
tryFindByKey(key: string): undefined | BriefcaseDb
@returns  The matching IModelDb or undefined.
| Parameter | Type | Description | 
|---|---|---|
| key | string | 
Returns - undefined | BriefcaseDb
The matching IModelDb or undefined.
Defined in
- core/backend/src/IModelDb.ts Line 2671
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.