shouldExportElement Method

Returns true if the specified element should be exported. This considers the standard IModelExporter exclusion rules plus calls IModelExportHandler.shouldExportElement for any custom exclusion rules.

shouldExportElement(element: Element): Promise<boolean>

@note This method is called from within exportChanges and exportAll, so usually does not need to be called directly.

Parameter Type Description
element Element  

Returns - Promise

Defined in

Last Updated: 03 August, 2026