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

Trouble changing a GDL object's paramaters

Anonymous
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
Anonymous
Not applicable
I got it. I didn't use the mask's memo_addparams as i should have
Thanks