pltIAnimationCursor SetStyle

Sets the style of the animation cursor.

Syntax

pltIAnimationCursor_handle SetStyle style

Application

Tcl Modify

Description

This command sets the style of the animation cursor.

Inputs

style
Type of style that you want to apply to the animation cursor.
“no bar”
“small bar”
“medium bar”
“large bar”
“custom bar”
“coordinate marker”

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach SetStyle "small bar";

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Animation Cursor

Modify