pltIMacro SetComplexMacro

Sets whether the macro is a complex macro or not.

Syntax

pltIMacro_handle SetComplexMacro is_complex

Application

Tcl Modify

Description

This command sets the macro to be either a complex macro or a macro that is not complex.

Inputs

is_complex
true
If you want the macro to be complex
false
If you do not want the macro to be complex.
blank
If no value is input, then it is assumed to be true.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc SetComplexMacro true;
mc Apply original false;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Complex Plot