pltIMacro GetCurvePointExpression
Finds the point on the curve that the note is attached to.
Syntax
pltIMacro_handle GetCurvePointExpression
Application
Tcl Query
Description
This command finds the point on the curve that the curve note is attached to. This function only works if there is a macro with a note that is attached to the macro curve.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc GetCurvePointExpression;
Errors
Success (the point index) or an error message is returned.
Keywords
Tcl
Macro
Note
Query