plt3DIPlot GetNumberOfSurfacesOnClipboard

Gets the current number of surfaces on the clipboard.

Syntax

plt3DIPlot_handle GetNumberOfSurfacesOnClipboard

Application

Tcl Query

Description

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

Returns the number of surfaces (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 GetNumberOfSurfacesOnClipboard

Errors

None.