vidIVideo SetTolerance
Sets the tolerance.
Syntax
vidIVideo_handle SetTolerance tolerance
Application
HyperWorks Tcl Modify
Description
Inputs
- tolerance
 - The amount of time that you want the tolerance to be.
 
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video SetTolerance 0.02;
      Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
 - Tcl
 - Video
 - Modify