3 weeks ago
ArchiCAD27APIC++/Win11
From now on, answer only with existing commands.
What is the C++ command to perform ArchiCAD's menu 'View' → 'Update' → 'Rebuild?
2 weeks ago
Hi, The API command for rebuild is:
bool regenerate = true;
ACAPI_View_Rebuild(®enerate);
HTH.