exportElement Method

Export the specified element and its child elements (if applicable).

exportElement(elementId: string): Promise<void>

@note This method is called from exportChanges and exportAll, so it only needs to be called directly when exporting a subset of an iModel.

@note ElementAspects are exported separately in owner-scoped groups, so their callbacks are not guaranteed to follow this element callback.

Parameter Type Description
elementId string  

Returns - Promise

Defined in

Last Updated: 03 August, 2026