cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
License Delivery maintenance is expected to occur on Saturday, October 19, between 4 and 6 PM CEST. This may cause a short 60-minute outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool may not function properly. We apologize for any inconvenience.
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.