updateGeometricElement Method

Update an existing geometric element.

updateGeometricElement(propsOrId: string | GeometricElementProps, data?: ElementGeometryBuilderParams): Promise<void>

@see GeometryStream, ElementGeometry

@throws IModelError if unable to update the element

Parameter Type Description
propsOrId string | GeometricElementProps Properties or element id to update for an existing GeometricElement
data ElementGeometryBuilderParams Optional binary format GeometryStream representation used in lieu of GeometricElementProps.geom or GeometricElementProps.elementGeometryBuilderParams.

Returns - Promise

Defined in

Last Updated: 21 November, 2024