ViewWindow.SetObjectLabelFont(Variable, String, ViewFont) Method

Top 

Description

Sets the font configuration to use for the multiple objects' labels at the same time.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

ViewWindow.SetObjectLabelFont(

Variable setType,


String typeOrGroupName,


ViewFont font)

 

 

Arguments

setType


Description:

The method used to determine which objects to change 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 change label font of multiple objects.

 

 

font


Description:

ViewFont object containing font configuration options

 

 

 

Syntax

myViewWindow1.SetObjectLabelFont(myVariable1, myString1, myViewFont1);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectLabelFont

ViewWindow Guide