cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

How to know a parameters of a element in the API correspond to which parameter in the element UI

woom69
Participant

I want to use code to achieve the effect of modifying a specific parameter of an element on the param config UI. How can I find the corresponding parameter in the API? 

 

Is there any documentation that provides explanations in this regard?

 

For example, as shown in the screenshot below:

 

woom69_0-1725448537988.png

 

woom69_1-1725448569134.png

 

 

1 REPLY 1
LChen
Graphisoft
Graphisoft

Hi, I'm afriad there is no such document which shows you graphically which api parameter correspond to which in AC UI. You can run the VS debug mode to check the changes if you're not clear for some parameters.

HTH.