RenderGraphicTileTreeArgs Interface

Arguments supplied to TileTreeReference.createFromRenderGraphic.

Properties

Name Type Description
getToolTip undefined | (hit: HitDetail) => Promise<undefined | string | HTMLElement>    
graphic RenderGraphic The graphics that will be drawn by the TileTreeReference.  
iModel IModelConnection The iModel with which to associate the TileTreeReference.  
modelId string A transient Id to serve as the TileTree.modelId, obtained from the RenderGraphicTileTreeArgs.iModel's TransientIdSequence.  
viewFlags undefined | Partial<Mutable<NonFunctionPropertiesOf<ViewFlags>>> Optional overrides for a subset of the Viewport's ViewFlags when drawing your RenderGraphicTileTreeArgs.graphic.  

Defined in

Last Updated: 16 April, 2024