We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-06-27 01:50 AM
I would like to create variables (that read information from the parameters). Then be able to convert them to properties. So I can use them in the expression editor.
Has anyone tried something similar ?
Solved! Go to Solution.
2023-07-06 02:47 AM
Basically I was looking at reporting a parameter (so I can schedule it). Don't necessarily need the expression editor. Write: PARAMETERS <name> in the parameters script. Create a variable with the same <name> and <type> (string, integer, real number etc..)
When scheduling, select the library part parameter., from where it is stored.
2023-06-27 06:50 AM
Hi, I think you can find your answer in the link below. For quick answer, read and display - yes, write - no!
Linking properties into GDL Parameters? - Graphisoft Community
2023-06-27 03:38 PM
The only way I have been able to write to properties is with the element ID, you can also change object parameters with the element ID so I use a code for what I put in the id to change all parameters and properties
2023-06-27 10:01 PM
Does this include schedule ? If I was to use multiple instances of objects ?
2023-07-06 02:47 AM
Basically I was looking at reporting a parameter (so I can schedule it). Don't necessarily need the expression editor. Write: PARAMETERS <name> in the parameters script. Create a variable with the same <name> and <type> (string, integer, real number etc..)
When scheduling, select the library part parameter., from where it is stored.