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