We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-09-08 09:48 AM - last edited on 2024-09-17 12:47 PM by Doreena Deng
Hi
I created a property for an element using the ACAPI_Element_SetProperty(guid, property) method and assigned a value to it using the following method.
Next I use the following method to add the properties created above to the other elements.
The problem is that only the first element has a default value, and the element with ACAPI_ElementList_AddProperty(property.definition, guidArrary) has no default value.
I tried it out using the ACAPI_ElementList_ModifyPropertyValue method, as shown below.
My question is how do I change the value of an attribute of an element. Please give me some help with this.
thank you.
2023-09-08 10:03 AM
P.S.
This is a property added for other elements and does not have the value I set.
2023-09-11 05:21 AM
Hi, is anybody there?
How can I modify a certain property value of an element?
I used ACAPI_ElementList_ModifyPropertyValue but it didn't work.
Please help me!!!
2023-09-21 06:01 PM
Might be a little late, but for a single element try using ACAPI_Element_SetProperty
2023-09-25 10:46 AM
Yes, I am using it.
Thank you!
🙂