ViewWindow.SetObjectIcon(Variable, String, String) Method

Top 

Description

Sets the icon of multiple objects at the same time.

 

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.

 

Method Signature

ViewWindow.SetObjectIcon(

Variable setType,


String typeOrGroupName,


String iconFile)

 

 

Arguments

setType


Description:

The method used to determine which objects to set the object icon.

Valid Values:

Value

Label

0

Set by Object Type (Case-Sensitive)

1

Set by Group Name (Case-Sensitive)

 

 

 

typeOrGroupName


Description:

The object type or group name used to set the set the object icon of multiple objects.

 

 

iconFile


Description:

An image file for the icon.

 

 

 

Syntax

myViewWindow1.SetObjectIcon(myVariable1, myString1, myString2);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectIcon

ViewWindow Guide