cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Starting August 6, 2024, TLS 1.2 will be the minimum required protocol version for Graphisoft products and services that require an online connection. Learn more…
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?