pltICurve AddCursor

Adds a new cursor.

Syntax

pltICurve_handle AddCursor

Application

Tcl Modify

Description

This command adds a new, empty cursor. A cursor is an object that points out an exact location on a graph.

Example

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

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Cursor

Modify

Create