pltICurve GetHighlighted

Gets the highlight state of the curve.

Syntax

pltICurve_handle GetHighlighted

Application

Tcl Query

Description

Returns the following:
True
If the curve is highlighted.
False
If the curve is not highlighted.

Example

GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetCurveHandle myCurveName 1
myCurveName GetHighlighted

Errors

None.