createMapLayerTree MethodStatic @beta
Creates a MapLayerTileTreeReference for this map layer format.
createMapLayerTree(_layerSettings: MapLayerSettings, _layerIndex: number, _iModel: IModelConnection): MapLayerTileTreeReference | undefined
@returns Returns the new tile tree reference.
| Parameter | Type | Description |
|---|---|---|
| _layerSettings | MapLayerSettings | Map layer settings that are applied to the MapLayerTileTreeReference. |
| _layerIndex | number | The index of the associated map layer. |
| _iModel | IModelConnection | The iModel containing the MapLayerTileTreeReference. |
Returns - MapLayerTileTreeReference | undefined
Returns the new tile tree reference.
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.