onTransformElementAspect MethodProtected
Transform the specified sourceElementAspect into ElementAspectProps for the target iModel.
onTransformElementAspect(sourceElementAspect: ElementAspect): Promise<ElementAspectProps>
@returns ElementAspectProps for the target iModel.
@note A subclass can override this method to provide custom transform behavior.
| Parameter | Type | Description |
|---|---|---|
| sourceElementAspect | ElementAspect | The ElementAspect from the source iModel to be transformed. |
Returns - Promise<ElementAspectProps>
ElementAspectProps for the target iModel.
Defined in
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.