Add a custom BIM property on to the element.
Signature:
function addCustomElementProperty(modelId: string, elementId: string, propertyName: string, propertyValue: string): Promise<boolean>;| Parameter | Description |
|---|---|
| modelId | The model id |
| elementId | The element id |
| propertyName | The name of property |
| propertyValue | The value of property |
Returns:
Promise<boolean>
a boolean value