ViewWindow.SetObjectLabelFont(Variable, ViewFont) Method

Top 

Description

Sets the font configuration to use for the specified object's label.

 

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 objectId,


ViewFont font)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change label font

Valid Range:

objectId ≥ 0

 

 

font


Description:

ViewFont object containing font configuration options

 

 

 

Syntax

myViewWindow1.SetObjectLabelFont(myVariable1, myViewFont1);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectLabelFont

ViewWindow Guide