ViewWindow.SetObjectIconColor(Variable, Variable) Method

Top 

Description

Sets the icon color of the specified object.

 

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

Variable objectId,


Variable iconColor)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to set the object icon color

Valid Range:

objectId ≥ 0

 

 

iconColor


Description:

The color to apply to the icon.

 

 

 

Syntax

myViewWindow1.SetObjectIconColor(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectIconColor

ViewWindow Guide