We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-07-21 05:02 PM - last edited on 2021-09-15 10:33 AM by Noemi Balogh
Solved! Go to Solution.
2020-07-22 05:49 PM
poco2013 wrote:You are right, it should be: elementId.elementId.guid and propertyId.propertyId.guid
Would have to see how you named ElementIdArrayItem , but assuming it is elemenId (confusing naming) , a return for guid would be elementId.elementId.guid
print(f"{elementId.elementId.guid} {propertyId.propertyId.guid} {value}")
2021-07-20 03:58 PM
Tibor wrote:Can you help me to print the list of PropertyNames? my code is:
You can find all the available Built-In Properties and currently available User-Defined Properties with the GetAllPropertyNames command.