vidIVideo UseTolerance
Sets if the tolerance is on.
Syntax
vidIVideo_handle UseTolerance on
Application
Tcl Modify
Description
Inputs
- on
- A true or false value.
- True
- Tolerance on.
- False
- Tolerance off.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video UseTolerance true;
Errors
Success (0) or an error message is returned.
Keywords
- Tcl
- Video
- Modify