Book a Demo

Author Topic: Reading LinkedAttribute constraint  (Read 2865 times)

MIL

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reading LinkedAttribute constraint
« on: August 25, 2011, 02:26:31 am »
HI, I've EA 8, is there a way to access the constraints of a LinkedAttribute from a LinkedAttribute template. For example, I have the following code template: LinkedAttribute__test:

%PI="\n"%
if (condition) {
%PI=""%
      return %qt%
%linkAttName%
%PI="\n"%
%qt%;
}

I want to replace the "condition" with the value of a constraint.