Code Red > .NET

Return Property Set Data Values to Property Design Values

(1/1)

jtm2020hyo:
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

Navigation

[0] Message Index

Go to full version