pltIMacro GetCurveAttachmentExpression

Finds the curve that a curve note is attached to.

Syntax

pltIMacro_handle GetCurveAttachmentExpression

Application

Tcl Query

Description

This command finds the position curve that the curve note is attached to. The curve will be expressed as the exact position of the curve. For example, for a curve on the first page in the first window, the first curve would have the math reference p1w1c1.
Note: This function only works if there is a macro with a note that is attached to one of the curves.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc GetCurveAttachmentExpression;

Errors

Success (the curve position) or an error message is returned.

Keywords

Tcl

Macro

Note

Query