getSheetInformation MethodStatic
Retrieves the metadata hosted by the aspect on the specified sheet, returning undefined if no such metadata could be retrieved.
getSheetInformation(sheetId: string, iModel: IModelDb): SheetInformation | undefined
@see setSheetInformation to create, update, or delete the aspect.
| Parameter | Type | Description |
|---|---|---|
| sheetId | string | |
| iModel | IModelDb |
Returns - SheetInformation | undefined
Defined in
- backend/src/ElementAspect.ts Line 212
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.