HyperWorks Desktop

*On()

Determines if the messure should be drawn on the screen.

*On()

Determines if the messure should be drawn on the screen.

Previous topic Next topic No expanding text in this topic  

*On()

Determines if the messure should be drawn on the screen.

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

Syntax

*On(true/false)

Arguments

Name

Description

 

True

The measure will be drawn on the screen.

 

False

The measure will not be drawn on the screen.

Example

*BeginVideo()

 • • •

 *Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")

         *Transient(false)

           *On(true)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

If On is true, the measure will only be drawn onscreen; otherwise it will not.

See also

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

List of Session Statements