tryGetModel Method

Get the Model with the specified identifier.

tryGetModel<T extends Model>(modelId: Id64String): T extends Model | undefined

throws IModelError if the model cannot be loaded.

note Useful for cases when a model may or may not exist and throwing an Error would be overkill.

see IModelDb.Models.getModel

Parameter Type Description
modelId Id64String The Model identifier.

Returns - The Model or undefined if the model is not found.

Defined in

Last Updated: 08 January, 2020