vidIVideo AbortOverlay
Cancels an overlay after it has been triggered.
Syntax
vidIVideo_handle AbortOverlay
Application
HyperWorks Tcl Modify
Description
This command cancels an overlay after it has been triggered (applied/started).
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video AbortOverlay;
Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Modify