createTileTree Method
Produce the TileTree corresponding to the specified tree Id. The returned TileTree will be associated with its Id in a Map.
createTileTree(id: any, iModel: IModelConnection): Promise<undefined | TileTree>
| Parameter | Type | Description | 
|---|---|---|
| id | any | |
| iModel | IModelConnection | 
Returns - Promise<undefined | TileTree>
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.