*WindowIDs()

Indicates the IDS for the windows associated with a report parameter.

Syntax

*WindowIDs (id1, id2, id3, id4,…)

Application

HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.

Inputs

id1, id2, id3...
The ID(s) of the window(s) associated with the report parameter.

Context

*BeginDefinitions()

*BeginParameter()

*BeginReports()

*DefineReport()

Example

*BeginParameter()
    *Parameter(dat_file, "Wheel datafile name", filename, "*.dat")
    *WindowIDs(1,2,3)
*EndParameter()