onInsertElementAspect MethodProtected
Insert the ElementAspect into the target iModel.
onInsertElementAspect(aspectProps: ElementAspectProps): string
note A subclass may override this method to customize insert behavior but should call super.onInsertElementAspect
.
Parameter | Type | Description |
---|---|---|
aspectProps | ElementAspectProps |
Returns - string
Defined in
- transformer/src/IModelImporter.ts Line 387
Last Updated: 20 June, 2023