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