Author Topic: Custom Properties for EA Elements  (Read 2832 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Custom Properties for EA Elements
« on: November 26, 2013, 12:39:44 am »
Can I add programmatically a custom property for an EA element?
For example: Location of an element in a diagram.
Or,Is there an other way to access this info?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Custom Properties for EA Elements
« Reply #1 on: November 26, 2013, 02:24:32 am »
The location of an element in a diagram is found in its diagramObject.

Custom properties can be added via taggedValues.

q.