constructor Method
Construct a HiliteSet
HiliteSet(iModel: IModelConnection, syncWithSelectionSet: boolean = true): HiliteSet
| Parameter | Type | Description |
|---|---|---|
| iModel | IModelConnection | The iModel containing the entities to be hilited. |
| syncWithSelectionSet | boolean | If true, the hilite set contents will be synchronized with those in the iModel's SelectionSet. |
Returns - HiliteSet
Defined in
- core/frontend/src/SelectionSet.ts Line 203
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.