cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Diagram API: getItemProperty("DrwText_Text") not working

abaidas
Super Contributor

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) :

 

abaidas_0-1644415372856.png

Thank you 

Asmaa

1 Reply

abaidas
Super Contributor

Hi,

 

Problem resolved, by adding the condition: if(DrawClassName.equals("DrwText"))