insert MethodStatic


insert(txn, arg)

Insert a new SheetReference

insert(txn: EditTxn, arg: Omit<SheetReferenceCreateArgs, "iModelDb">): string

@returns The Id of the newly inserted SheetReference element.

@throws IModelError if unable to create the element.

Parameter Type Description
txn EditTxn  
arg Omit<SheetReferenceCreateArgs, "iModelDb">  

Returns - string

The Id of the newly inserted SheetReference element.



insert(arg)

Deprecated  Use SheetReference.insert(txn, ...) instead.

insert(arg: SheetReferenceCreateArgs): string

Parameter Type Description
arg SheetReferenceCreateArgs  

Returns - string


Defined in

Last Updated: 28 April, 2026