onTransformElementAspect MethodProtected
Transform the specified sourceElementAspect into ElementAspectProps for the target iModel.
onTransformElementAspect(sourceElementAspect: ElementAspect): 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 - ElementAspectProps
ElementAspectProps for the target iModel.
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.