pltICurveComplex Replace

Applies a replace edit to the curve.

Syntax

pltICurveComplex_handle Replace from_val, to_val, orientation, interpolate, expression

Application

Tcl Modify

Description

This method only applies the edit. Call the Recalculate method on the parent plot object to update the data.

Inputs

from_val
The minimum value of the range to be replaced.
to_val
The maximum value of the range to be replaced.
orientation
The orientation of the edit.
horizontal
vertical
interpolate
Indicates whether to create new data points at from_val and to_val (using linear interpolation) if they are not already there. Options include true or false.
Note: This method only applies the edit. Call the Recalculate() method on the parent plot object to update the data.
expression
The expression to be used to replace the indicated range.
Note: This method only applies the edit. Call the Recalculate method on the parent plot object to update the data.

Errors

Returns success or an error code.