vidIVideo IsTimestepShown

IMPORTANT: This API is now obsolete. Please refer to the vidivideo GetMediaInfoNoteHandle API to achieve this functionality. Determines whether the time step is shown.

Syntax

vidIVideo_handle IsTimestepShown

Application

HyperWorks Tcl Query

Description

This command finds whether the time step is shown on the video or not. The time step shows the time stamp of the video, which is displayed within the annotation note. If the time step is shown, true is returned. If not, false is returned.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video IsTimestepShown;

Errors

Success (a true or false value) or an error message is returned.