plt3DIPlot CopyNote
Copies the note to the internal clipboard.
Syntax
plt3DIPlot_handle CopyNote index
Application
HyperWorks Tcl Query
Description
Copies the note to the internal clipboard.
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 CopyNote 1
Errors
Success (0) or an error code.