BIM.removeCustomElementsProperty() function

Remove custom BIM properties from a group of elements.

Signature:

function removeCustomElementsProperty(modelId: string, elementIds: string[], propertyName: string): Promise<boolean>;

Parameters

ParameterDescription
modelIdThe model id
elementIdsAn array of element id
propertyNameThe name of property

Returns:

Promise<boolean>

a boolean value