getModelAppearanceOverride Method

Obtain the override applied to a Model by this style.

getModelAppearanceOverride(id: string): FeatureAppearance | undefined

@returns The corresponding FeatureAppearance, or undefined if the Model's appearance is not overridden.

@see overrideModelAppearance

Parameter Type Description
id string The Id of the Model.

Returns - FeatureAppearance | undefined

The corresponding FeatureAppearance, or undefined if the Model's appearance is not overridden.

Defined in

Last Updated: 04 June, 2026