plt3DIPlot GetNumberOfCurveGroupsOnClipboard

Gets the current number of curve groups on the clipboard.

Syntax

plt3DIPlot_handle GetNumberOfCurveGroupsOnClipboard

Application

Tcl Query

Description

All plots share a single clipboard, which can contain (in theory) one or more curve groups. The current implementation limits the number of groups that can be on the clipboard at a time to one (or zero). Returns the number of curve groups (currently zero or one).

Example

To get the number of charts currently on the clipboard:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetNumberOfCurveGroupsOnClipboard

Errors

None.