HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*Transient()

If Transient is true, the measure will only be drawn at the time step of its creation.

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

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

*MasterMeasure()

*Measure()

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

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

List of Session Statements