2025-04-26 12:47 AM - edited 2025-04-26 01:10 AM
I am creating my first add-on for ArchiCAD version 28 and was trying the highlight example, but
ACAPI_Automate (APIDo_RedrawID)
#include "APIEnvir.h"
#include "ACAPinc.h"
#include "APIdefs_Elements.h"
#include "ResourceIds.hpp"
#include "DGModule.hpp"
2025-04-28 03:26 PM
Unfortunately the examples in the documentation are often not up to date. This was changed to a separate function with the name: ACAPI_View_Redraw. Even the example for this function uses the old name 😅