pltIAnimationCursor GetWindowHeight
Gets the height (a percentage of the window) of the animation cursor bar.
Syntax
pltIAnimationCursor_handle GetWindowHeight
Application
HyperWorks Tcl Query
Description
This command gets the height (a percentage of the window) of the animation cursor bar. If the cursor does not have a bar, the height is zero percent.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach GetWindowHeight;
Errors
Success (the percentage of the window that the bar height is) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Query