vidIDisplayCtrl GetShowMeasures

Returns a flag which indicates if measures will be displayed.

Syntax

vidIDisplayCtrl_handle GetShowMeasures

Application

Tcl Query

Description

The returned flag indicates whether measures will be drawn or not. If false, no measures will be drawn, and if true, measures will be drawn if they are turned on. This is a global flag, separate from the on/off state of the individual measures, and does not indicate that all measures will be shown, as that it can be controlled by the on/off state of the individual measure.

Example

hwi OpenStack;
hwi GetSessionHandle sess1;
sess1 GetProjectHandle proj;
proj GetPageHandle page1;
page1 GetWindowHandle win1 1;
win1 GetClientHandle vid
vid GetDisplayCtrlHandle dc;
dc GetShowMeasures;  #returns true or false
hwi CloseStack

Errors

Returns true or false.

Keywords

  • MediaView
  • Measures
  • DisplayControl