pltIPlot CopyCurve

Copies the curve to the internal clipboard.

Syntax

pltIPlot_handle CopyCurve index, append

Application

Tcl Modify

Description

Copies the curve to the internal clipboard.

Inputs

index
The number of the curve.
append
True
Appends the curve to other copied curves in the clipboard.
False
Replaces the contents of the clipboard with the curve.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName CopyCurve 1 0
myPlotName PasteCurve 0

Errors

Returns success or an error code.