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): undefined | SheetInformation
@see setSheetInformation to create, update, or delete the aspect.
| Parameter | Type | Description |
|---|---|---|
| sheetId | string | |
| iModel | IModelDb |
Returns - undefined | SheetInformation
Defined in
- core/backend/src/ElementAspect.ts Line 211
Last Updated: 11 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.