deleteSettingDictionary Method
Delete a SettingDictionary, previously added with saveSettingDictionary, from this iModel.
deleteSettingDictionary(name: string): void
Parameter | Type | Description |
---|---|---|
name | string | The name of the dictionary to delete. |
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 1449
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.