pltICurve GetCursorHandle

Gets the cursor handle.

Syntax

pltICurve_handle GetCursorHandle iCursor, idx

Application

Tcl

Description

This command gets the cursor handle.

Inputs

iCursor
The name of the cursor handle.
idx
The index (position) of the cursor handle that you want to get within the list of cursors.

Example

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

Errors

Success (0) or an error message is returned.

Keywords

Tcl