pltINote DrawOutline

Draws an outline around a note.

Syntax

pltINote_handle DrawOutline

Application

Tcl Modify

Description

This command draws an outline around the note if there is not one already. If there is an outline, this command removes the outline.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot GetNoteHandle n1 1;
n1 DrawOutline;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Note

Modify

Create