vidIVideo GetAnnotationLocation

Finds the location of the annotation.

Syntax

vidIVideo_handle GetAnnotationLocation

Application

Tcl Query

Description

This command finds the location of the annotation note. The annotation may contain the filename, frame number and/or timestep. The options for the annotation include: topleft, topright, bottomleft, bottomright.

Example

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

Errors

Success (the annotation location) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Query