ViewWindow.GetLineWidth(Variable, Variable, Variable) Method

Top 

Description

Get the line width and units of the specifed object. If you want the value to reflect modifications made by the user in the output screen, first call the Synchronize method.

 

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.GetLineWidth(

Variable objectId,


Variable units,


Variable lineWidth)

 

 

Arguments

objectId


Description:

The object id whose property will be queried.

 

 

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.GetLineWidth(myVariable1, myVariable2, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow Guide