HyperWorks Desktop

*WindowIDs()

*WindowIDs()

Previous topic Next topic No expanding text in this topic  

*WindowIDs()

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description

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

Syntax

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

Argument

Name

Description

 

id1, id2, id3...

The ID(s) of the window(s) associated with the report parameter.

Example

*BeginParameter()

   *Parameter(dat_file, "Wheel datafile name", filename, "*.dat")

  *WindowIDs(1,2,3)

*EndParameter()

Application

HyperGraph 2D, HyperGraph3D, HyperView, MediaView, MotionView, TextView

Context

*BeginDefinitions()

*BeginParameter()

*BeginReports()

*DefineReport()

See also

List of Preference Statements