loadOverrides Method
Function to load overrides for a specific IModelConnection. Typically this is not called often since typical implementations monitor for IModelConnection changes and call this method internally.
loadOverrides(imodel?: IModelConnection): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| imodel | IModelConnection |
Returns - Promise
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.