HyperWorks Desktop

*BeginHeader()

Indicates the beginning of a header block in a plot.

*BeginHeader()

Indicates the beginning of a header block in a plot.

Previous topic Next topic No expanding text in this topic  

*BeginHeader()

Indicates the beginning of a header block in a plot.

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

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

*BeginPlot()

Report Definitions

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

 

*BeginFooter()

*BeginPlot()

*BeginVideo()

*EndHeader()

*Text()

List of Session Statements