queryIModelByName MethodStatic
Query the Id of an iModel by name.
queryIModelByName(arg: IModelNameArg): Promise<string | undefined>
@returns the Id of the corresponding iModel, or undefined if no such iModel exists.
| Parameter | Type | Description |
|---|---|---|
| arg | IModelNameArg | Identifies the iModel of interest |
Returns - Promise<string | undefined>
the Id of the corresponding iModel, or undefined if no such iModel exists.
Defined in
- backend/src/BriefcaseManager.ts Line 465
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.