pltIPlot CutCurve

Cuts the curve and places it on the internal clipboard.

Syntax

pltIPlot_handle CutCurve index, append

Application

Tcl Modify

Description

Cuts the curve and places it on the internal clipboard.

Inputs

index
The number of the curve.
append
0
Appends the curve to other copied curves in the clipboard.
1
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 CutCurve 1 0
myPlotName PasteCurve 0

Errors

Returns success or an error code.