Book a Demo

Author Topic: Access association class from a connector  (Read 4168 times)

rjensen

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Access association class from a connector
« on: September 18, 2008, 11:44:58 pm »
Hi all,
I have written an add-in to query all links on class elements in a diagram. When it finds an association to a class that is not currently in the diagram it adds the class.
My challenge is now that some of these associations have association classes linked to them. Does anybody know how to determine that? Right now I am accessing the associations through the EA.Element.Connectors collection, and the EA.ConnectorClass does not seem to hold any info about association class linked to it.

albinofrenchy

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Access association class from a connector
« Reply #1 on: October 31, 2008, 05:38:17 am »
For reasons unknown, I believe the ID for this class is stored in the TransitionEvent property as a string.