plt3DIPlot GetNumberOfProjectionCurveGroupsOnClipboard
Gets the current number of projection curve groups on the clipboard.
Syntax
plt3DIPlot_handle GetNumberOfProjectionCurveGroupsOnClipboard
Application
HyperWorks Tcl Query
Description
All plots share a single clipboard, which can contain (in theory) one or more projection 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 projection curve groups (currently zero or one).
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetNumberOfProjectionCurveGroupsOnClipboard
Errors
None.