getModelAppearanceOverride Method
Query the symbology overrides applied to a model when rendered using this ViewState.
getModelAppearanceOverride(id: string): FeatureAppearance | undefined
@returns The symbology overrides applied to the model, or undefined if no such overrides exist.
| Parameter | Type | Description |
|---|---|---|
| id | string | The Id of the model. |
Returns - FeatureAppearance | undefined
The symbology overrides applied to the model, or undefined if no such overrides exist.
Defined in
- core/frontend/src/ViewState.ts Line 464
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.