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. |
|||||
*Id()Indicates the beginning of a session file and the release version of the program. |
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 |
|
|