pltIMacro GetNotePositionX
Finds the note’s X coordinate.
Syntax
pltIMacro_handle GetNotePositionX
Application
HyperWorks Tcl Query
Description
This command finds the position of a macro note, more specifically the X 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 GetNotePositionX;
Errors
Success (the coordinate) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Note
Query