onExportModel Method
Override of IModelExportHandler.onExportModel that is called when a Model should be exported from the source iModel. This override calls onTransformModel and then IModelImporter.importModel to update the target iModel.
onExportModel(sourceModel: Model): void
Parameter | Type | Description |
---|---|---|
sourceModel | Model |
Returns - void
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.