create MethodStatic
Create a CategorySelector to select which categories are displayed by a ViewDefinition.
create(iModelDb: IModelDb, definitionModelId: string, name: string, categories: Id64Array): CategorySelector
@returns The newly constructed CategorySelector element.
@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 CategorySelector | 
| categories | Id64Array | Array of categories to select for display | 
Returns - CategorySelector
The newly constructed CategorySelector element.
Defined in
- core/backend/src/ViewDefinition.ts Line 140
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.