plt3DINote GetIndex

Gets the note’s index.

Syntax

plt3DINote_handle GetIndex

Application

Tcl Query

Description

This command finds the note’s index (position) within the list of notes.

Example

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

Errors

Success (the note’s index) or an error (-1) is returned.

Keywords

  • Tcl
  • Note
  • Plot 3D
  • Query