IconMarker

Deprecated. Do not use in new code.

(System Library)

Description: Creates the question mark and exclamation mark graphics, used to indicate questionable and manual data in a widget.
This module places a set of icons on the screen centered over a given rectangular region. The icon displayed is cycled with each passage of the period, measured in seconds    
Returns: Nothing
Usage: Steady State only.
Function Groups: Graphics
Related to: GetXformRefBox | Scale | TagIconMarker
Format: \IconMarker(Left, Bottom, Right, Top, Period, Mode, SizeX, SizeY, IconArray)
Parameters:  
Left, Bottom, Right and Top
Are numeric expressions providing the bounds of the graphic to mark. The symbol will appear in the center of this area.
Period 
A numeric expression setting the period (in seconds) at which the symbol is changed
Mode 
A numeric expression indicating the symbol to display according to the following table

Mode

Symbol

0

Inhibit symbol display

1

Questionable Data symbol

2

Manual Data symbol

3

Questionable and Manual symbols

4

Error symbol

5+

User supplied symbols

SizeX 
A numeric expression providing the horizontal extent of the symbols to display
SizeY  
A numeric expression providing the vertical extent of the symbols to display.
IconArray 
The array of images to display. This must be a  variable - use of the "Invalid" keyword or a constant here will cause the module to fail. The value of this variable is discarded for mode values less than 5.

Comments:

This is an older function. TagIconMarker should be used for all new code.