pltIMacro GetYCoordinateExpression
Gets the Y coordinate of the point to which a coordinate note is attached.
Syntax
pltIMacro_handle GetYCoordinateExpression
Application
HyperWorks Tcl Query
Description
This command finds the Y coordinate of the point to which a coordinate note is attached. This function only works if there is a macro with a note that is attached to a coordinate.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc GetYCoordinateExpression;
Errors
Success (the coordinate) or an error message is returned.
Keywords
HyperWorks
Tcl
Macro
Note
Query