DisplayStyleOverridesOptions Interface
Controls which settings are serialized by toOverrides. A display style includes some settings that are specific to a given iModel - for example, the subcategory overrides are indexed by subcategory Ids and model appearance overrides are indexed by model ids. Other settings are specific to a given iTwin, like the set of displayed context reality models. Such settings can be useful when creating display style overrides intended for use with a specific iModel or iTwin, but should be omitted when creating general-purpose display style overrides intended for use with any iModel or iTwin. This is the default behavior if no more specific options are provided.
Properties
Name | Type | Description | |
---|---|---|---|
includeAll | "true" | undefined | Serialize all settings. | |
includeBackgroundMap | "true" | undefined | Serialize the background map settings. | |
includeDrawingAids | "true" | undefined | Serialize settings related to drawing aid decorations (the ACS triad and the grid). | |
includeIModelSpecific | "true" | undefined | Serialize iModel-specific settings. | |
includeITwinSpecific | "true" | undefined | Serialize iTwin-specific settings. |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.