queryIModelByName MethodStatic

Query the Id of an iModel by name.

queryIModelByName(arg: IModelNameArg): Promise<undefined | string>

@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<undefined | string>

the Id of the corresponding iModel, or undefined if no such iModel exists.

Defined in

Last Updated: 25 April, 2024