BIM.removeCustomElementProperty() function

Remove a custom BIM property from the element.

Signature:

function removeCustomElementProperty(modelId: string, elementId: string, propertyName: string): Promise<boolean>;

Parameters

ParameterDescription
modelIdThe model id
elementIdThe element id
propertyNameThe name of property

Returns:

Promise<boolean>

a boolean value