*BeginHeader()
Indicates the beginning of a header block in a plot.
Syntax
*BeginHeader (On/Off)
Application
MotionView, HyperGraph, and MediaView
Inputs
- On
 - Displays the header at the top of the plot or video file.
 - Off
 - Turns off the displayed header at the top of the plot or video file.
 
Context
*BeginPlot()
Report Definitions
Example
*BeginPlot()
	• • •
	*BeginHeader(On)
		*Text("Headers Are Optional")
		*Text("So Are Sub Headers")
	*EndHeader()
	• • •
*EndPlot()
      Comments
Header blocks specify the text displayed in the plot or video header. The *BeginHeader() block and its subordinate statements statements (previously found only in *BeginPlot() blocks are also valid in the *BeginVideo() block.
Every *BeginHeader() statement requires a closing *EndHeader() statement.