HyperWorks Desktop

*AnnotationFlags()

Determines if an attribute is displayed in the measure annotation on the screen.

*AnnotationFlags()

Determines if an attribute is displayed in the measure annotation on the screen.

Previous topic Next topic No expanding text in this topic  

*AnnotationFlags()

Determines if an attribute is displayed in the measure annotation on the screen.

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

Syntax

*AnnotationFlags(magnitude, x, y, name, endpoints)

Arguments

Name

Description

 

magnitude

x

y

name

endpoints

A true or false indicating whether the given attribute will be displayed in the measure annotation when it is displayed onscreen.

Example

*BeginVideo()

 • • •

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

         *AnnotationFlags(true, true, true, true, true)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

See also

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

List of Session Statements