Author Topic: Return Property Set Data Values to Property Design Values  (Read 1260 times)

0 Members and 1 Guest are viewing this topic.

jtm2020hyo

  • Newt
  • Posts: 198
Return Property Set Data Values to Property Design Values
« on: March 05, 2021, 12:29:07 AM »
is there any method to use Property Set Data Values in Property Design Values?

I mean I wish to use VBscript to calculate a value, then return such value to Property Design Values.

https://www.youtube.com/watch?v=qtumS0WzNi4

in the video and file, you can view 4 properties:

CustomValue = 200

FinalLengthValue= CustomValue*2 = 400

Length = <Line Length> = 27703

ReturnValue = "FinalLengthValue=Length"

 

    1 here I wish to type in "CustomValue" any value for my line, 200 for this example
    2 then I need to recalculate this value with "FinalLengthValue" to 400
    3 then I need to return this value using "ReturnValue" to "Length"

is this possible?

 

PD: attached sample