pltIPlotManager RemoveMacro

Removes a macro.

Syntax

pltIPlotManager_handle RemoveMacro idx

Application

Tcl Modify

Description

This command removes the macro at the input index. 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 (position) of where the macro that is to be removed is located.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm RemoveMacro 2;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Modify