vidIVideo GetTolerance
Determines the tolerance.
Syntax
vidIVideo_handle GetTolerance tolerance
Application
HyperWorks Tcl Query
Description
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video GetTolerance;
Errors
Success (the tolerance) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Query