updateEcefLocation Method
Deprecated Use EditTxn.updateEcefLocation instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.
Update the EcefLocation of this iModel.
updateEcefLocation(ecef: EcefLocation): void
| Parameter | Type | Description |
|---|---|---|
| ecef | EcefLocation |
Returns - void
Defined in
- backend/src/IModelDb.ts Line 1196
Last Updated: 25 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.