pltIMacro SetNotePosition

Sets the position of the note.

Syntax

pltIMacro_handle SetNotePosition x, y

Application

Tcl Modify

Description

This command sets the position of the note within the plot. This function only works if there is a macro with a note.

Inputs

x
The x coordinate of the note position. This sets where the note will be located.
y
The y coordinate of the note position. This sets where the note will be located.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc SetNotePosition 5 0;
mc Apply original false;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Note

Modify