Hello,
I have this parameter set:
Level = CreateParameter("Threshold", 0, -300, +300, 0.5);
The "level" usually is a double number, such as 40.5
How to retrieve the real double value (40.5, not 40) stored in it since there isn't the Level.ValueDouble parameter but only the ValueInt in WLD ?
Thanks in advance.
Size:
Color:
Hi,
Use .Value to retrive the double value (.ValueInt is for integers).
Size:
Color:
Damn ... so easy.
Thank You Eugene, sorry.
Size:
Color: