ViewWindow.SetObjectIconDrawingMode(Variable, Variable) Method

Top 

Description

Sets the icon drawing mode 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.SetObjectIconDrawingMode(

Variable objectId,


Variable drawingMode)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to set the object icon drawing mode

Valid Range:

objectId ≥ 0

 

 

drawingMode


Description:

Determines how the icon will be rendered.

Valid Values:

Value

Label

0

Full Color

1

Luminance

 

 

 

 

Syntax

myViewWindow1.SetObjectIconDrawingMode(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectIconDrawingMode

ViewWindow Guide