pltINote GetCurveColor
Gets whether the note color is automatically matched to curve color.
Syntax
pltINote_handle GetCurveColor
Application
Tcl Query
Description
Gets whether the note color is automatically matched to curve color. This command is only meaningful for notes attached to curves.
Returns true or false.
Example
To determine if the note color is synced to that of the curve it is attached
to:
hwi ReleaseAllHandles
hwi GetActiveClientHandle myPlotName
myPlotName GetNoteHandle myNote 1
myNote GetCurveColor
Errors
None.
Keywords
Tcl
Note
Query