plt3DIPlot GetNumberOfNotes
Gets the number of notes in the HyperGraph window.
Syntax
plt3DIPlot_handle GetNumberOfNotes index
Application
HyperWorks Tcl Query
Description
Returns the number of notes in the HyperGraph 3D window.
Inputs
- index
- Where to insert the note in the number of notes in the current HyperGraph 3D window.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddNote
myPlotName GetNoteHandle myNoteName [myPlotName GetNumberOfNotes ]
Errors
None.