pulIMacro GetHideInputs

Returns the value of the “hide inputs” flag.

Syntax

pulIMacro GetHideInputs

Application

Tcl Query

Description

This command returns the value of the “hide inputs” flag. The return value will be true if input curves are to be hidden, and false if they are not.

Example

hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
puts [macro GetHideInputs]

Errors

Returns 3 = HW_InvalidHandle if there is an invalid macro handle.

Keywords

Macro

Tcl