doCreateElement MethodProtected

Creates a new element in the iModel by interfacing with the core/editor backend.

This method is called by CreateElementWithDynamicsTool.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 CreateElementWithDynamicsTool.getElementProps method.

Returns - Promise<void>

Defined in

Last Updated: 16 April, 2024