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.
SOLVED!

How can I get the enumType and parameter meaning of the control in DG_Test Example?

Not applicable
How can I get the enumType and parameter meaning of the control in DG_Test Example?
e.g How can I get the supported control type in Archicad API e.g Button and Icon,so on ?
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Akos Somorjai
Graphisoft
Hi,

Most of those can be found in the Dialog Manager documentation in the SDK.

Best, Akos

View solution in original post

3 REPLIES 3
Solution
Akos Somorjai
Graphisoft
Hi,

Most of those can be found in the Dialog Manager documentation in the SDK.

Best, Akos
Not applicable
Akos wrote:
Hi,

Most of those can be found in the Dialog Manager documentation in the SDK.

Best, Akos
Hi,
I can't find the Dialog Manager document in the SDK. e.g https://archicadapi.graphisoft.com/documentation
Thanks
Not applicable
Akos wrote:
Hi,

Most of those can be found in the Dialog Manager documentation in the SDK.

Best, Akos
I have found the document. Thank you very much