Is there any way to get the value of an attribute in the inspedtor to change when you use the set operation in your CGA code?

2772
0
12-04-2015 10:19 AM
LoringTupper
New Contributor

I'd like the set operation to not just change the value of an attribute but also change the value that is displayed in the inspector, is this possible?

attn. X = 1       The value of X in the inspector is 1

In the code I have the following line:

set(X,2)             The value of X in the inspector still is 1, how do I get it to display the current value set in the code?

Tags (1)
0 Kudos
0 Replies