pltICursor GetLineVisibility

Finds the cursor line’s visibility.

Syntax

pltICursor_handle GetLineVisibility

Application

Tcl Query

Description

This command returns the cursor line’s visibility. True is returned if the cursor is visible; false is returned if it is not visible.

Examples

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;
cur GetLineVisibility;

Errors

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

Keywords

Tcl

Cursor

Query