*AnnotationFlags()
Determines if an attribute is displayed in the measure annotation on the screen.
Syntax
*AnnotationFlags (magnitude, x, y, name, endpoints)
Application
MediaView
Inputs
- 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.
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*AnnotationFlags(true, true, true, true, true)
		…
	*EndVideoMeasure()
	• • •
*EndVideo