doCreateElement MethodProtected
Creates a new element in the iModel by interfacing with the core/editor backend.
This method is called by onDataButtonDown only if isComplete is true.
doCreateElement(_props: GeometricElementProps): Promise<void>
| Parameter | Type | Description | 
|---|---|---|
| _props | GeometricElementProps | Argument passed in is based on the return value from the getElementProps method. | 
Returns -  Promise
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.