constructor Method
Construct a new IModelImporter
IModelImporter(editTxn: EditTxn, options?: IModelImportOptions): IModelImporter
| Parameter | Type | Description |
|---|---|---|
| editTxn | EditTxn | The EditTxn to use for write operations on the target iModel. The target db is derived from editTxn.iModel. |
| options | IModelImportOptions | The options that specify how the import should be done. |
Returns - IModelImporter
Defined in
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.