HyperWorks Desktop

*BeginPage()

Indicates the beginning of a page block.

*BeginPage()

Indicates the beginning of a page block.

Previous topic Next topic No expanding text in this topic  

*BeginPage()

Indicates the beginning of a page block.

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

Syntax

*BeginPage()

Example

*BeginPage()

 *IsActive()

 *title("Force-5", On)

 *Layout(1)

 *CurrentTimeStep(0)

 *BeginWindow(Plot)

         *IsActive()

         • • •

 *EndWindow()

*EndPage()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

Report Definitions

Comments

A page block defines one complete page including layout information and window content.

Every *BeginPage() statement requires a closing *EndPage() statement.

The *IsActive statement designates this page to be the current page when thesession is read in.  Only one page in a session file can contain the *IsActive() statement.  If more than one *IsActive() statement occurs in a block, the last occurrence is used.

See also

 

*BeginWindow()

*EndPage()

*IsActive()

*Layout()

*Title()

List of Session Statements