onExportRelationship Method

Override of IModelExportHandler.onExportRelationship that imports a relationship into the target iModel when it is exported from the source iModel. This override calls onTransformRelationship and then IModelImporter.importRelationship to update the target iModel.

onExportRelationship(sourceRelationship: Relationship): Promise<void>

Parameter Type Description
sourceRelationship Relationship  

Returns - Promise

Defined in

Last Updated: 03 August, 2026