pltIAnimationCursor GetUseCurveStyle
Determines whether the style of the animation cursor bar (if it has a bar) is the same as the curve.
Syntax
pltIAnimationCursor_handle GetUseCurveStyle
Application
HyperWorks Tcl Query
Description
This command determines if the style of the animation cursor bar (if it has a bar) is the same as the curve it is on. True is returned if the bar is the same style as the curve, and false is returned if it is not the same style. This command differs from the GetStyle command in that it determines if the style of the cursor bar is the same as the curve, rather than finding the style of the cursor.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach GetUseCurveStyle;
Errors
Success (a true or false value) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Query