API Reference > imodeljs-backend > iModels > IModelDb.Elements > createElement createElement Method Create a new instance of an element. createElement<T extends Element>(elProps: ElementProps): T extends Element throws IModelError if there is a problem creating the element. Parameter Type Description elProps ElementProps The properties of the new element. Returns - T extends Element Defined in core/backend/src/IModelDb.ts Line 1747 Last Updated: 13 June, 2024