HyperWorks Desktop

*UnitLength()

Determines the conversion factor from pixels to the given length units.

*UnitLength()

Determines the conversion factor from pixels to the given length units.

Previous topic Next topic No expanding text in this topic  

*UnitLength()

Determines the conversion factor from pixels to the given length units.

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

Syntax

*UnitLength(length)

Arguments

Name

Description

 

length

The length of the master measure in a given unit system.

Example

*BeginVideo()

 • • •

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

         *UnitLength(500)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

This is an attribute of a *MasterMeasure().  Together with the length of the measure in pixels, this determines the conversion factor from pixels to the given length units.

See also

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

*Units()

List of Session Statements