ViewWindow.ResetObjectLabelFont(Variable, String) Method

Top 

Description

Resets multiple objects to use the default label font the same time.

 

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

Variable setType,


String typeOrGroupName)

 

 

Arguments

setType


Description:

The method used to determine which objects to reset the label font.

Valid Values:

Value

Label

0

Set by Object Type (Case-Sensitive)

1

Set by Group Name (Case-Sensitive)

 

 

 

typeOrGroupName


Description:

The object type or group name used to set the reset the label font of multiple objects.

 

 

 

Syntax

myViewWindow1.ResetObjectLabelFont(myVariable1, myString1);

 

 

See also

ViewWindow Object

ViewWindow.ResetObjectLabelFont

ViewWindow Guide