plt3DIPlot PasteNote

Pastes the note from the internal clipboard.

Syntax

plt3DIPlot_handle PasteNote index

Application

Tcl Query

Description

Pastes the note from the internal clipboard.

Inputs

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

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddNote
myPlotName GetNoteHandle myNoteName 1
myPlotName CopyNote 1
myPlotName PasteNote 1

Errors

Success (0) or an error code.