plt3DIWaterfall CopySlice
Copies a waterfall slice to the clipboard.
Syntax
plt3DIWaterfall_handle CopySlice index
Application
Tcl Query
Description
All waterfalls share a single clipboard, which can contain (in theory) one or more slices. The current implementation limits the number of slices that can be on the clipboard at a time to one (or zero). Copying a new slice to the clipboard will erase a slice previously stored there.
Inputs
- index
- The index of the slice to copy (one-based).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName CopySlice 1
Errors
None.