HyperWorks Desktop

*Id()

Indicates the beginning of a session file and the release version of the program.

*Id()

Indicates the beginning of a session file and the release version of the program.

Previous topic Next topic No expanding text in this topic  

*Id()

Indicates the beginning of a session file and the release version of the program.

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

Syntax

*Id("Release")

Arguments

Name

Description

 

"Release"

Product name and release version. Must be in double quotes.

Example

*Id("MotionView 9.0")

*BeginPage()

 *IsActive()

 *Title("Force-5", On)

 *Layout(1)

 *CurrentTimeStep(0)

 *BeginWindow(Plot)

         *IsActive()

         • • •

 *EndWindow()

*EndPage()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

Session files.

Comments

Every session must begin with an *Id() statement.  Without it, the session file is not read.

See also

 

List of Session Statements