insert MethodStatic
insert(txn, arg)
Create a new SheetIndexReference
insert(txn: EditTxn, arg: Omit<SheetIndexReferenceCreateArgs, "iModelDb">): string
@returns The Id of the newly inserted SheetIndexReference element.
@throws IModelError if unable to create the element.
| Parameter | Type | Description |
|---|---|---|
| txn | EditTxn | |
| arg | Omit<SheetIndexReferenceCreateArgs, "iModelDb"> |
Returns - string
The Id of the newly inserted SheetIndexReference element.
insert(arg)
Deprecated in 5.1.9 - will not be removed until after 2027-05-04. Use SheetIndexReference.insert(txn, ...) instead.
insert(arg: SheetIndexReferenceCreateArgs): string
| Parameter | Type | Description |
|---|---|---|
| arg | SheetIndexReferenceCreateArgs |
Returns - string
Defined in
- backend/src/SheetIndex.ts Line 231
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.