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

Last Updated: 11 June, 2024