Book a Demo

Author Topic: Diagram 'use alias if available'  (Read 3417 times)

peuhhhh

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Diagram 'use alias if available'
« on: September 03, 2010, 10:42:09 pm »
Hello,

i'm trying to setup Diagrams in order to 'use Alias if available' option using the AI.
Any idea where this information is stored ?

thanks
peuhhh

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Diagram 'use alias if available'
« Reply #1 on: September 03, 2010, 10:51:37 pm »
the key/value "UseAlias=1" in the pdata column is used to store that information.

I'm not sure, but I think the Diagram.ExtendedStyle attribute corresponds to the pdata in the database.

Geert

peuhhhh

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Diagram 'use alias if available'
« Reply #2 on: September 03, 2010, 10:53:33 pm »
hi Geert,

i'll go with this, and report it here later

thanks

peuhhhh

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Diagram 'use alias if available'
« Reply #3 on: September 03, 2010, 11:43:10 pm »
you were right Geert,

I updated the Diagram.ExtendedStyle attribute setting the String UseAlias=1

and all works fine

thanks a lot