ViewWindow.SetObjectIcon Method

Top 

Description

Set an icon for an object. You must call SetShowIcon to make the icon visible, while SetShowBody can be used to turn off the default rendering. 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.SetObjectIcon(Variable objectId, String iconFile)

None

Sets the icon of the specified object.

ViewWindow.SetObjectIcon(Variable setType, String typeOrGroupName, String iconFile)

None

Sets the icon of multiple objects at the same time.

 

 

See also

ViewWindow Object

ViewWindow Guide