plt3DIWaterfall GetNumberOfSlicesOnClipboard

Gets the current number of curves on the curve clipboard.

Syntax

plt3DIWaterfall_handle GetNumberOfSlicesOnClipboard

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). Returns the number of curves (currently zero or one).

Example

To the number of slices currently on the clipboard:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName GetNumberOfSlicesOnClipboard

Errors

Returns an empty string if the value is not defined.