plt3DINote GetI

Finds the note’s I position.

Syntax

plt3DINote_handle GetI

Application

HyperWorks Tcl Query

Description

This command returns the note’s I position. The I position is the column position of the note attachment point.
Note: This command will not work unless the note is attached to something.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetNoteHandle n1 1;
n1 GetI;

Errors

Success (the I position) or an error (-1) is returned.

Keywords

  • HyperWorks
  • Tcl
  • Note
  • Plot 3D
  • Query