plt3DIPlot GetNumberOfPlanesOnClipboard

Gets the current number of planes on the clipboard.

Syntax

plt3DIPlot_handle GetNumberOfPlanesOnClipboard

Application

Tcl Query

Description

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

Returns the number of planes (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 GetNumberOfPlanesOnClipboard

Errors

Success (0) or an error code.