pltIAnimationCursor GetUseCurveColor

Determines if the color of the animation cursor is the same as the curve it is on.

Syntax

pltIAnimationCursor_handle GetUseCurveColor

Application

Tcl Query

Description

This command determines if the color of the animation cursor is the same color as the curve it is on. If it is, true is returned. If the cursor is not set to be the same color as the curve it is on, false is returned. If the curve is black, the cursor will be black regardless if GetUseCurveColor is true or false.

Example

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

Errors

Success (a true or false value) or an error message is returned.

Keywords

Tcl

Animation Cursor

Query