ViewWindow.SetObjectIcon(Variable, String) Method

Top 

Description

Sets the icon of the specified object.

 

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 objectId,


String iconFile)

 

 

Arguments

objectId


Description:

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

Valid Range:

objectId ≥ 0

 

 

iconFile


Description:

An image file for the icon.

 

 

 

Syntax

myViewWindow1.SetObjectIcon(myVariable1, myString1);

 

 

See also

ViewWindow Object

ViewWindow.SetObjectIcon

ViewWindow Guide