setSheetInformation MethodStatic
Sets the information for the Sheet element specified by ``sheetId. If informationisundefined`, any existing aspect will be deleted.
Otherwise, a new aspect will be inserted, or an existing aspect will be updated with the new metadata.
setSheetInformation(information: SheetInformation, sheetId: string, iModel: IModelDb): void
@throws Error if the iModel contains a version of the BisCore schema older than 01.00.25.
| Parameter | Type | Description |
|---|---|---|
| information | SheetInformation | |
| sheetId | string | |
| iModel | IModelDb |
Returns - void
Defined in
- core/backend/src/ElementAspect.ts Line 221
Last Updated: 11 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.