pltICurveComplex GetHighlighted
Gets the highlight state of the curve.
Syntax
pltICurveComplex_handle GetHighlighted
Application
Tcl Query
Description
Returns: 
      - True
 - If the curve is highlighted.
 - False
 - If the curve is not highlighted.
 
3 = HW_InvalidHandle
Example
To get a curve’s highlight
        state:
    hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetCurveHandle myCurveName 1
myCurveName GetHighlightedErrors
None.