Hi, I'd suggest you to use ACAPI_Element_GetMemo() to get
"AC_MarkerText_1" and "AC_Length" values from memo.params in this case.
I think the position information would be element.object.pos and the end
node of x = element.object.pos.x + (value of "A...
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.
Hi, I'd suggest you to check the section handle if you cannot get error
code. By the way, I've checked AC28 (build 3110), it returns
APIERR_NOLIBSECT in case of empty section. section.sectType =
API_Sect2DDraw; GSHandle sectionHdl; err =
ACAPI_Librar...