We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

How do I write to parameters?

Anonymous
Not applicable
How do I write to parameters?
2 REPLIES 2
TomWaltz
Participant
Can you be a little more specific?
Tom Waltz
Anonymous
Not applicable
To force the value of a user parameter use:
PARAMETERS parameter_1 = value_1, parameter_2 = value_2     !...and so on
Replace "parameter_1" etc with the parameter names and values you want to assign.

This is pretty well documented in the GDL Reference. Have you looked there?