vidIVideo SetAnnotationLocation
Sets the location of the annotation.
Syntax
vidIVideo_handle SetAnnotationLocation location
Application
HyperWorks Tcl Modify
Description
This command sets the location of the annotation note. The annotation note may contain the filename, frame number and/or time step.
Inputs
- location
- The location where you want to set the annotation note. The options for the annotation include: topleft, topright, bottomleft, and bottomright
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video SetAnnotationLocation topleft;
Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Modify