*Transient()
If Transient is true, the measure will only be drawn at the time step of its creation.
Syntax
*Transient (true/false)
Application
MediaView
Inputs
- true
 - The measure is displayed only at the time step when it was created.
 - false
 - The measure is displayed at all time steps.
 
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
	*Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Transient(false)
		…
	*EndVideoMeasure()
	• • •
*EndVideo
      Comments
If *Transient() is true, the measure will only be drawn at the time step of its creation; otherwise, the measure will always be drawn.