CategorySelectorState Class
A set of Categories to be displayed in a CategorySelectorState.ViewState. Elements belonging to categories not specified in the category selector will not be drawn in the view. By default, geometry belonging to any SubCategory of a visible Category is also visible in the view, unless the SubCategoryAppearance or SubCategoryOverride specifies that it should be invisible.
note To change the set of categories visible in a CategorySelectorState.ViewState currently associated with a Viewport, use ViewState.changeCategoryDisplay to ensure the view updates appropriately on screen.
see Category
Extends
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(props: CategorySelectorProps, iModel: IModelConnection): CategorySelectorState | ||
| addCategories(arg: Id64Arg): void | Add one or more categories to this CategorySelector | |
| changeCategoryDisplay(arg: Id64Arg, add: boolean): void | Add or remove categories from this CategorySelector. | |
| dropCategories(arg: Id64Arg): void | Remove one or more categories from this CategorySelector | |
| equalState(other: CategorySelectorState): boolean | Returns true if this category selector is logically equivalent to the specified category selector. | |
| has(id: Id64String): boolean | Determine whether this CategorySelector includes the specified categoryId string | |
| isCategoryViewed(categoryId: Id64String): boolean | Determine whether this CategorySelector includes the specified category | |
| toJSON(): CategorySelectorProps |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| clone(iModel?: IModelConnection): this | EntityState | Make an independent copy of this EntityState |
| equals(other: this): boolean | EntityState | Return true if this EntityState is equal to another one. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| categories | Set<string> | ||
| name Accessor ReadOnly | string | The name of this CategorySelector |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| classFullName Accessor StaticReadOnly | string | EntityState | Get full BIS class name of this Entity in the form "SchemaName:ClassName". |
| classFullName | string | EntityState | The full class name in the form "schema:class". |
| className Accessor ReadOnly | string | EntityState | The name of the BIS class associated with this class. |
| code | Code | ElementState | The Code for this element |
| federationGuid | undefined | GuidString | ElementState | A FederationGuid assigned to this element by some other federated database |
| id | Id64String | EntityState | The Id of this Entity. |
| iModel | IModelConnection | EntityState | The iModel from which this Entity was loaded |
| jsonProperties | [key: string]: any | EntityState | Optional json properties of this Entity. |
| model | Id64String | ElementState | The ModelId of the Model containing this element |
| parent | undefined | RelatedElement | ElementState | The parent Element of this, or undefined if no parent. |
| schemaName Accessor StaticReadOnly | string | EntityState | The name of the BIS schema for this class. |
| userLabel | undefined | string | ElementState | A user-assigned label for this element. |
Defined in
Last Updated: 08 January, 2020