ViewWindow.SetObjectOpacity Method

Top 

Description

Sets the opacity of the specified objects.If the object has an Opacity property, that property will be used to control the display until this method is called, which overrides the display settings for this ViewWindow only.

 

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.

 

Overload List

Signatures

Return Value

Description

ViewWindow.SetObjectOpacity(Variable objectId, Variable opacity)

Variable

Sets the opacity of the specified object.

ViewWindow.SetObjectOpacity(Variable setType, String typeOrGroupName, Variable opacity)

Variable

Sets the opacity of multiple objects at the same time.

 

 

See also

ViewWindow Object

ViewWindow Guide