SetNotePosition
Sets the position of the note for the best view around the entity.
Syntax
bestview_handle SetNotePosition position
Application
HyperView Tcl Modify
Description
When a master note is present, the format and content of the master note will be followed for all best view evaluations.
Inputs
- position
- The note position relative to the entity location. Valid options include:
aboveleft
,aboveright
,belowleft
,belowright
, orauto
.Note: The auto option follows the automatic placement of notes around the model as per the ArrangeNotes API described under poIPost.
Example
bestview_handle SetNotePosition aboveright
Errors
Returns success (0) or an error code.