insert MethodStatic
Insert a new SpatialCategory
insert(iModelDb: IModelDb, definitionModelId: Id64String, name: string, defaultAppearance: Props): Id64String
throws IModelError if unable to insert the element.
Parameter | Type | Description |
---|---|---|
iModelDb | IModelDb | Insert into this iModel |
definitionModelId | Id64String | Insert the new SpatialCategory into this DefinitionModel |
name | string | The name of the SpatialCategory |
defaultAppearance | Props | The appearance settings to use for the default SubCategory of this SpatialCategory |
Returns - Id64String
The Id of the newly inserted SpatialCategory element.
Defined in
- core/backend/src/Category.ts Line 271
Last Updated: 13 June, 2024