BIM.addCustomElementProperty() function

Add a custom BIM property on to the element.

Signature:

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

Parameters

ParameterDescription
modelIdThe model id
elementIdThe element id
propertyNameThe name of property
propertyValueThe value of property

Returns:

Promise<boolean>

a boolean value