3 weeks ago - last edited 3 weeks ago
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"
3 weeks ago
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 😅