pltIPlotManager CopyMacro

Copies a Macro.

Syntax

pltIPlotManager_handle CopyMacro idx

Application

Tcl Modify

Description

This command copies a macro. A macro is a user-defined function that depends on a curve in the plot. For example, a macro could be made that takes the derivative of a curve.

Inputs

idx
The index of the macro that you want to copy.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm CopyMacro 1;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Modify