pltIMacro GetNotePositionY

Finds the note’s Y coordinate.

Syntax

pltIMacro_handle GetNotePositionY

Application

Tcl Query

Description

This command finds the position of a macro note, more specifically, the Y coordinate of the note's position. This command only works if there is a macro with a note.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc GetNotePositionY;

Errors

Success (the coordinate) or an error message is returned.

Keywords

Tcl

Macro

Note

Query