pulIMacro GetCreateNote

Gets the “create note” value for the current macro.

Syntax

pulIMacro GetCreateNote

Application

Tcl Query

Description

This command gets the value of the “create note” flag for the current macro. It returns true if the macro will create a note, and false if no note will be created.

Example

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

Errors

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

Keywords

Macro

Tcl