plt3DIPlot GetNumberOfNotesOnClipboard

Gets the current number of notes on the clipboard.

Syntax

plt3DIPlot_handle GetNumberOfNotesOnClipboard

Application

Tcl Query

Description

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

Inputs

index
Where to insert the note in the number of notes in the current HyperGraph 3D window.

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 GetNumberOfNotesOnClipboard

Errors

None.