ViewWindow.SetLineWidth(Variable, Variable, Variable) Method

Top 

Description

Sets the width in used to draw lines for the specified object. If the object has its own Line width property, this method has no effect. For GraphicsOverlays, use GraphicsOverlayShape.LineWidth instead.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ViewWindow.SetLineWidth(

Variable objectId,


Variable units,


Variable lineWidth)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change the line width

Valid Range:

objectId ≥ 0

 

 

units


Description:

Sets the units to either relative window size or pixels.

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

lineWidth


Description:

Width of lines used in drawing the specified object.

Valid Range:

lineWidth > 0

 

 

 

Syntax

myViewWindow1.SetLineWidth(myVariable1, myVariable2, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow.SetLineWidth

ViewWindow Guide