deleteAspect Method
Delete one or more aspects from the iModel.
deleteAspect(aspectInstanceIds: Id64Arg): void
@throws EditTxnError if this EditTxn is not active.
@throws IModelError if deletion fails.
| Parameter | Type | Description |
|---|---|---|
| aspectInstanceIds | Id64Arg | The Ids of the aspects to delete. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 349
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.