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  in 5.1.9 - will not be removed until after 2027-05-04. Use SheetReference.insert(txn, ...) instead.

insert(arg: SheetReferenceCreateArgs): string

Parameter Type Description
arg SheetReferenceCreateArgs  

Returns - string


Defined in

Last Updated: 05 May, 2026