If Transient is true, the measure will only be drawn at the time step of its creation.
*Transient()If Transient is true, the measure will only be drawn at the time step of its creation. |
|||||
*Transient()If Transient is true, the measure will only be drawn at the time step of its creation. |
Syntax |
*Transient(true/false) |
|
Arguments |
Name |
Description |
|
true |
The measure is displayed only at the time step when it was created. |
|
false |
The measure is displayed at all time steps. |
Example |
*BeginVideo() • • • *Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure") *Transient(false) … *EndVideoMeasure() • • • *EndVideo |
|
Application |
MediaView |
|
Context |
||
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. |
|
See also |
|
|