plt3DICurveGroup GetNumberOfCurvesOnClipboard

Gets the current number of curves in the curve group.

Syntax

plt3DICurveGroup_handle GetNumberOfCurvesOnClipboard

Application

Tcl Query

Description

All curve groups share a single clipboard, which can contain (in theory) one or more curves. The current implementation limits the number of curves 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 curves currently on the clipboard:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetCurveGroupHandle myGroupName 1
myGroupName GetNumberOfCurvesOnClipboard

Errors

Returns an empty string if the value is not defined.