API Reference > imodeljs-backend > iModels > IModelDb.Models > tryGetModelProps tryGetModelProps Method Get the ModelProps with the specified identifier. tryGetModelProps<T extends ModelProps>(modelId: Id64String): T extends ModelProps | 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.getModelProps Parameter Type Description modelId Id64String The Model identifier. Returns - T extends ModelProps | undefined The ModelProps or undefined if the model is not found. Defined in core/backend/src/IModelDb.ts Line 1442 Last Updated: 13 June, 2024