plt3DINote SetAutoPosition

Sets whether the note is placed automatically.

Syntax

plt3DINote_handle SetAutoPosition

Application

Tcl Query

Description

This command sets whether the note is placed automatically (no overlap between notes when they are placed in the plot).

Inputs

state
A true or false value. If you want auto position to be on, input true. Otherwise, input false to turn auto position off.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot AddNote;
plot GetNoteHandle n1 1;
n1 SetAutoPosition false;

Errors

Success (0) or an error is returned.

Keywords

  • Tcl
  • Note
  • Plot 3D
  • Query