cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Archicad C++ API
About Archicad add-on development using the C++ API.

Trouble changing a GDL object's paramaters

Not applicable
Hi
I'm trying to change the surface of a door in my project, using the api. I tried using several functions-
- i tried using the "APIAny_ChangeAParamter", based on the example in the msdn. I only replaced the paramater's name in the "CHCopy" line. It didn't work.
- i also tried using the
"ACAPI_Element_ChangeParameters"
But couldn't get it to work either

Could really use some help
Thanks
1 REPLY 1
Not applicable
I got it. I didn't use the mask's memo_addparams as i should have
Thanks