pltIAnimationCursor GetStyle

Gets the style of the animation cursor.

Syntax

pltIAnimationCursor_handle GetStyle

Application

Tcl Query

Description

This command gets the style of the animation cursor. This command returns: “no bar”, “small bar”, “medium bar”, “large bar”, “custom bar” or “coordinate marker”, depending on the style of the bar.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach GetStyle;

Errors

Success (the style) or an error message is returned.

Keywords

Tcl

Animation Cursor

Query