API Reference > imodeljs-backend > iModels > IModelDb.Models > createModel createModel Method Create a new model in memory. See the example in InformationPartitionElement. createModel<T extends Model>(modelProps: ModelProps): T extends Model 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 extends Model Defined in core/backend/src/IModelDb.ts Line 1547 Last Updated: 13 June, 2024