BIM.addCustomElementsProperty() function

Add custom BIM properties on a group of elements.

Signature:

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

Parameters

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

Returns:

Promise<boolean>

a boolean value