License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.

New to ArchiCad API

Anonymous
Not applicable
Hello Everyone,

I am a very experienced programmer who is new to developing for ArchiCAD. I would like to produce an ArchiCAD add-on. Is there a good tutorial which explains the process?

Thank you!
2 REPLIES 2
GAG
Advocate
I highly recommend you to study Examples provided with DevKit
(\DevKit\Examples\)

Docs:
API White Paper
\DevKit\Documentation\HTML\APIDevKit\APIDevKit.html

API Style Guide
\DevKit\Documentation\HTML\APIStyleGuide\APIStyleGuide.html
George
Anonymous
Not applicable
Thanks, I'll check those out!