pltICurve RemoveCursor

Removes a cursor.

Syntax

pltICurve_handle RemoveCursor idx

Application

Tcl Modify

Description

This command removes a cursor based on the user input index. A cursor is an object that points out an exact location on a graph.

Inputs

idx
A number corresponding to the index (position) of the cursor that is to be removed within the cursor list.

Examples

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetCurveHandle c1 1
c1 RemoveCursor 1;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Cursor

Modify