pltIPlot CopyNote
Copies a note.
Syntax
hwIPlot_handle CopyNote note, append_future
Application
HyperWorks Tcl Modify
Description
This command copies a note based on the user-input datum index.Inputs
- note
- The note index (position in the note list) that you want to copy.
- append_future
-
- true
- Indicates the copy is added to memory.
- false
- Indicates that the copy is not added to memory. This way, multiple copies can be made and pasted at the same time, rather than copying and pasting each one individually.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot CopyNote 1 false;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
XY Plot
Notes
Modify