pltINote SetCurveColor
Sets whether to match note color to curve color.
Syntax
pltINote_handle SetCurveColor flag
Application
HyperWorks Tcl Modify
Description
Sets whether to match note color to curve color. Only works for notes attached to curves.
Inputs
- flag
- Returns 0 (true) for a successful execution of the command and non-zero (false) for an unsuccessful execution of the command.
Example
hwi ReleaseAllHandles
hwi GetActiveClientHandle myPlotName
myPlotName GetNoteHandle myNote 1
myNote SetCurveColor true
Errors
None.
Keywords
HyperWorks
Tcl
Note
Query