vidIVideo ClearMeasure

Clears the measuring line.

Syntax

vidIVideo_handle ClearMeasure

Application

Tcl Modify

Description

This command clears, or deletes, the measure line that is used for measuring within the video (if it has been drawn).

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video ClearMeasure;

Errors

Success (0) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Modify