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: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.