Book a Demo

Author Topic: C# EA_OnAttributeTagEdit ?  (Read 3392 times)

LucyBrezani

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
C# EA_OnAttributeTagEdit ?
« on: June 07, 2012, 07:20:07 pm »
Good evening,

I am developping an add-in to Enterprise Architect in C#.

I need to modifie tag value created by MDG technology and I know that I need to use a syntax :

EA_OnAttributeTagEdit

But I did not find any exemple, did someone use this syntax for some project?

Can I see the exemple?

Thank you very much for your help.  [smiley=dankk2.gif]

Best regards

Lucy

Paris
« Last Edit: June 07, 2012, 07:22:01 pm by LucyBrezani »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: C# EA_OnAttributeTagEdit ?
« Reply #1 on: June 07, 2012, 08:26:06 pm »
Lucy,

I don't use that precise operation, but most of those type of events work the same way.

You can find for more info on creating C# add-ins here:
Tutorial: Create your first C# Enterprise Architect addin in 10 minutes
The complete Enterprise Architect C# add-in template
Testing and debugging your Enterprise Architect C# Add-In
Tutorial: Deploy your Enterprise Architect C# add-in with an MSI package

If you are looking for an example code see my open source add-in EA Navigator on github

Geert

LucyBrezani

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: C# EA_OnAttributeTagEdit ?
« Reply #2 on: June 08, 2012, 10:10:21 pm »
Thank you Geert.

Have a nice day