-2

How to update Keywords of a element in Enterprise Architect using c#.

as

Element elem;

and elem.Keyword is not displaying.

  • -1 because it shows a lack of research. Simply looking at the documentation of [EA.Element](http://sparxsystems.com/enterprise_architect_user_guide/13.0/automation/element2.html) and searching for **keyword** reveals the answer Thomas gave you. – Geert Bellekens Mar 08 '17 at 12:01

1 Answers1

1

You need to use element.Tag for the keywords.

qwerty_so
  • 35,448
  • 8
  • 62
  • 86