ViewWindow.SetObjectIconDrawingMode Method

Top 

Description

Set the drawing mode for the object icon. 'Full Color' draws the icon using the image colors. 'Luminance' multiplies the specified icon color with the luminance of each pixel in the image. The object types which may use an icon include Spacecraft, GroundVehicle, Vehicle, CelestialObject, and GroundStation.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

ViewWindow.SetObjectIconDrawingMode(Variable objectId, Variable drawingMode)

None

Sets the icon drawing mode of the specified object.

ViewWindow.SetObjectIconDrawingMode(Variable setType, String typeOrGroupName, Variable drawingMode)

None

Sets the icon drawing mode of multiple objects at the same time.

 

 

See also

ViewWindow Object

ViewWindow Guide