hasElementChanged MethodProtected

Returns true if a change within sourceElement is detected.

hasElementChanged(sourceElement: Element): boolean

@note A subclass can override this method to provide custom change detection behavior.

@note During change processing, elements not present in the changeset are short-circuited in the exporter before reaching this method. To add elements to the changeset programmatically, use addCustomChanges rather than overriding this method to expand processing.

Parameter Type Description
sourceElement Element The Element from the source iModel

Returns - boolean

Defined in

Last Updated: 03 August, 2026