pltIMacro SetNoteAttachment

Sets the note attachment type.

Syntax

pltIMacro_handle SetNoteAttachment expr

Application

Tcl Modify

Description

This command sets what the note will be attached to. This function only works if there is a macro with a note.

Inputs

expr
The expression that you want to attach the note to. Options for attachment expression include: window, view, curve, point, macro_curve, node, element, coordinate, or component.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1
mc SetNoteAttachment curve
mc Apply original false

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Note

Modify