update Method
update(txn) @beta
Update this Element in the iModel using the supplied EditTxn.
update(txn: EditTxn): void
| Parameter | Type | Description |
|---|---|---|
| txn | EditTxn |
Returns - void
update()
Deprecated Use Element.update(txn) instead.
Update this Element in the iModel.
update(): void
Returns - void
Defined in
- backend/src/Element.ts Line 593
Last Updated: 20 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.