‎09-02-2022 03:04 PM
Hi Community,
I am trying to get the diagram drawing items using the Java API, but i can't get the text of a drawing text item. I followed the Java documentation. Bellow the error i get (Unknown source) :
Thank you
Asmaa
‎09-02-2022 05:34 PM
Hi,
Problem resolved, by adding the condition: if(DrawClassName.equals("DrwText"))