plt3DIPlot RemoveNote
Deletes a note from the HyperGraph 3D window.
Syntax
plt3DIPlot_handle RemoveNote index
Application
HyperWorks Tcl Query
Description
Deletes a note from the HyperGraph 3D window.
Inputs
- index
- The number of the note.
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 1
myPlotName RemoveNote 1
Errors
Success (0) or an error code.