Book a Demo

Author Topic: Diagram GUID from hyperlink  (Read 3166 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Diagram GUID from hyperlink
« on: March 21, 2014, 02:38:28 am »
Hello!
 
Is there a way to extract data of diagram GUID from a diagram hyperlink element?
I know
Code: [Select]
element.MiscData[0] retrieves the diagram ID, but where is the GUID stored in the "Text" element?  
 
Thanks in advance!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Diagram GUID from hyperlink
« Reply #1 on: March 21, 2014, 02:47:24 am »
Retrieve the diagram with Repository.DiagramByID and get the guid rom there.

q.