overrideModel Method

Specify overrides for all elements within the specified model.

overrideModel(id: Id64String, app: FeatureSymbology.Appearance, replaceExisting: boolean = true): void

note These overrides take priority over all other overrides.

note If FeatureSymbology.Overrides.defaultOverrides are defined, they will not apply to any element within this model, even if the supplied Appearance overrides nothing.

Parameter Type Description
id Id64String The Id of the model.
app FeatureSymbology.Appearance The symbology overrides.
replaceExisting boolean Specifies whether to replace a pre-existing override for the same model.

Defined in

Last Updated: 08 January, 2020