Book a Demo

Author Topic: Property>Properties>Advanced >isReference  (Read 4627 times)

themiyac

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Property>Properties>Advanced >isReference
« on: June 23, 2015, 03:44:18 am »
Through the Automation Interface in the Java API, how do I access the isReference property?
isReference property is found under Properties in the General section, in the Advanced tab.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Property>Properties>Advanced >isReference
« Reply #1 on: June 23, 2015, 04:35:52 am »
For which element, please?

q.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Property>Properties>Advanced >isReference
« Reply #2 on: June 23, 2015, 10:07:24 am »
@qwerty: I think they are referring to a Part/Property element type.

@themiyac: You should be able to get the isReference value from the Element.CustomProperties collection.  Please note however that it is read only.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Property>Properties>Advanced
« Reply #3 on: June 23, 2015, 02:51:19 pm »
And the answer is - t_ref. Look for
Code: [Select]
SELECT * FROM t_xref WHERE Type = "element property"
q.
« Last Edit: June 23, 2015, 02:51:35 pm by qwerty »