Archicad C++ API
About Archicad add-on development using the C++ API.

Default Label autotext error in AC28

korosi
Participant

We have an add-on which functionality is to place the default label. We found in AC28 that placement doesn't work if the default label is set to auto-text. This works in previous versions up to AC27. What is the solution to works this function in AC28 too?

1 REPLY 1
LChen
Graphisoft
Graphisoft

Hi,

Could you try the API28 example code of Element_Basics.cpp to see whether it works on your side? There is a sub routine called Do_CreateLabel().

HTH.