Add custom BIM properties on a group of elements.
Signature:
function addCustomElementsProperty(modelId: string, elementIds: string[], propertyName: string, propertyValue: string): Promise<boolean>;
Parameter | Description |
---|---|
modelId | The model id |
elementIds | An array of element id |
propertyName | The name of property |
propertyValue | The value of property |
Returns:
Promise<boolean>
a boolean value