API Reference > imodeljs-backend > iModels > IModelDb.Models > getModelProps getModelProps Method Get the ModelProps with the specified identifier. getModelProps<T extends ModelProps>(modelId: Id64String): T extends ModelProps throws IModelError if the model is not found or cannot be loaded. see IModelDb.Models.tryGetModelProps Parameter Type Description modelId Id64String The Model identifier. Returns - T extends ModelProps Defined in core/backend/src/IModelDb.ts Line 1430 Last Updated: 13 June, 2024