cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

how can I place label text on the top of a slab?

nishida_jp
Booster

In ArchiCAD27API (C++/VS2019/Win10),

how can I place label text on the top of a slab?

1 REPLY 1
Mihaly Palenik
Graphisoft
Graphisoft

Hello,

 

there is an example of how you can create an associative label in APIDevKit's Examples\Element_Test\Src\Element_Basics.cpp file where Do_CreateLabel_Associative function does the job.