poIPost ArrangeNotes

Arranges the notes so that they are located near their attachment location, while being moved off of the model and legend areas.

Syntax

post_handle ArrangeNotes option

Application

HyperView Tcl Modify

Description

This command arranges the given notes around the screen such that they are close to the attachment point, but moved off of the model and legend areas.

Inputs

option
This can be either "all" or a list of note IDs to be arranged.
"all": All displayed notes will be arranged.
List of IDs: Only the notes with the specified IDs will be arranged.
Note: The API will not place the model note, even if specified.

Example

To arrange both "all" notes and a specific list of notes:
poIPost_handle ArrangeNotes "all"
poIPost_handle ArrangeNotes {2 3 4 5 6}

Errors

None.