API Reference > imodeljs-backend > iModels > IModelDb > IModelDb.Models > createModel createModel Method Create a new model in memory. See the example in InformationPartitionElement. createModel<T extends Model<T>>(modelProps: ModelProps): T throws IModelError if there is a problem creating the model. Parameter Type Description modelProps ModelProps The properties to use when creating the model. Returns - T Defined in core/backend/src/IModelDb.ts Line 1447 Last Updated: 11 June, 2024