Login Page - Create Account

Support Board


Date/Time: Tue, 18 Mar 2025 23:59:09 +0000



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

[2022-09-25 20:27:01]
User92573 - Posts: 552
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.