*Id()
Indicates the beginning of a session file and the release version of the program.
Syntax
*Id ("Release")
Application
MotionView, HyperView, HyperGraph, TextView, and MediaView.
Inputs
- "Release"
- Product name and release version. Must be in double quotes.
Context
Session files.
Example
*Id("MotionView 9.0")
*BeginPage()
	*IsActive()
	*Title("Force-5", On)
	*Layout(1)
	*CurrentTimeStep(0)
	*BeginWindow(Plot)
		*IsActive()
		• • •
	*EndWindow()
*EndPage()Comments
Every session must begin with an *Id() statement. Without it, the session file is not read.