Indicates the beginning of a header block in a plot.
*BeginHeader()Indicates the beginning of a header block in a plot. |
|||||
*BeginHeader()Indicates the beginning of a header block in a plot. |
Syntax |
*BeginHeader(On/Off) |
|
Arguments |
Name |
Description |
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. |
|
Example |
*BeginPlot() • • • *BeginHeader(On) *Text("Headers Are Optional") *Text("So Are Sub Headers") *EndHeader() • • • *EndPlot() |
|
Application |
MotionView, HyperGraph, and MediaView. |
|
Context |
||
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. |
|
See also |
|
|