ViewWindow.SetObjectColor(Variable, Variable) Method

Top 

Description

Sets the color of the specified object.

 

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

Variable objectId,


Variable color)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change the color

Valid Range:

objectId ≥ 0

 

 

color


Description:

The color.

 

 

 

Syntax

myViewWindow1.SetObjectColor(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectColor

ViewWindow Guide