*Type()
Determines the measure type.
Syntax
*Type (measuretype)
Application
MediaView
Inputs
- measuretype
 - There are three types of measures:
- 1
 - Static measures, which measure only between two fixed pixel locations.
 - 2
 - Dynamic measure, which measure between tracking markers and have a time history for their endpoint locations and lengths.
 - 3
 - Master measures, which are static measures used for pixel to unit conversions.
 
 
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
	*Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Type(1)
		…
	*EndVideoMeasure()
	• • •
*EndVideo
      Comments
Type 3 measures can only be inside a *MasterMeasure()/*EndVideoMeasure() block. Type 1 and 2 measures can only be inside a *Measure()/*EndVideoMeasure() block.