pltICurve GetNumberOfCursors

Finds the number of cursors.

Syntax

pltICurve_handle GetNumberOfCursors

Application

Tcl Query

Description

This command finds the number of cursors. 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 GetNumberOfCursors;

Errors

Success (the number of cursors) or an error message is returned.

Keywords

Tcl

Cursor

Query