requestElementGraphics Method
Request graphics for a single element or geometry stream.
requestElementGraphics(iModel: IModelConnection, requestProps: ElementGraphicsRequestProps): Promise<Uint8Array | undefined>
@see readElementGraphics to convert the result into a RenderGraphic for display.
| Parameter | Type | Description |
|---|---|---|
| iModel | IModelConnection | |
| requestProps | ElementGraphicsRequestProps |
Returns - Promise<Uint8Array | undefined>
Defined in
- core/frontend/src/tile/TileAdmin.ts Line 703
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.