Update the value of a common property of some elements.
Signature:
function updateElementsProperty(modelId: string, elementIds: string[], property: BIMProperty): Promise<_BIMProperty>;
Parameter | Description |
---|---|
modelId | The model id |
elementIds | The element ids |
property | The property to be updated. Either strValue or numValue must be valid |
Returns:
Promise<_BIMProperty>
a promise contains a BIMProperty object