pltIAnimationCursor SetUseCurveStyle
Determines if the style of the animation cursor bar (if it has a bar) is the same as the curve.
Syntax
pltIAnimationCursor_handle SetUseCurveStyle state
Application
HyperWorks Tcl Modify
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. This command differs from the SetStyle command in that it sets whether the style of the cursor bar is the same as the curve, rather than setting the style of the cursor.
Inputs
- state
- The input for the state variable is a true or false value.
- true
- If you want the animation cursor to be the same style as the curve it is on.
- false
- If you do not want the animation cursor to be the same style as the curve it is on.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach SetUseCurveStyle true;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation Cursor
Modify