Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 04:24:56 +0000



Post From: Pointer error - Help with Tool.LineWidth[]

[2022-09-25 20:27:01]
User92573 - Posts: 481
Thank you but there are 4 lines.


SCInputRef Input_Level_01_LineWidth = sc.Input[2];
SCInputRef Input_Level_02_LineWidth = sc.Input[3];
SCInputRef Input_Level_03_LineWidth = sc.Input[4];
SCInputRef Input_Level_04_LineWidth = sc.Input[5];

I'd like to format them individually.

I'm having no issue with .SetColor, or with values. Just the line width.

If I use:

Tool.LineWidth = 2;

It's not line specific?

Many thanks.