API Reference > imodeljs-backend > Categories > DrawingCategory > create create MethodStatic Create a new DrawingCategory create(iModelDb: IModelDb, definitionModelId: string, name: string): DrawingCategory throws IModelError if unable to create the element. Parameter Type Description iModelDb IModelDb The iModel definitionModelId string The DefinitionModel name string The name of the DrawingCategory Returns - DrawingCategory The newly constructed DrawingCategory element. Defined in core/backend/src/Category.ts Line 180 Last Updated: 11 June, 2024