Author Topic: Edit StereoTypeEx in database  (Read 2838 times)

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Edit StereoTypeEx in database
« on: August 31, 2020, 11:49:27 pm »
In what table can you modify the StereoTypeEx for an object?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Edit StereoTypeEx in database
« Reply #1 on: September 01, 2020, 12:16:48 am »
The plain stereotype name is in t_object.stereotype. The FQN is in t_xref.description of the record which has client=ea_guid.

q.

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Re: Edit StereoTypeEx in database
« Reply #2 on: September 03, 2020, 05:50:44 pm »
The plain stereotype name is in t_object.stereotype. The FQN is in t_xref.description of the record which has client=ea_guid.

q.

Thanks qwerty