SetNoteShowSpotID
Sets whether or not the spot ID is shown in the note text.
Syntax
bestview_handle SetNoteShowSpotID active
Application
HyperView Tcl Modify
Description
This command sets whether or not the spot ID is shown in the note text.
Note: To change the
format and the contents of the best view note, you should create a note inside the current
HyperView window and label the note as “master” and then
activate a best view. This can also be done using the poINote Class APIs under
poIPost.
When a master note is present, the format and content of the master note will be followed for all best view evaluations.
Inputs
- active
- True or false.
Example
To set the spot ID to show in the note
text:
bestview_handle SetNoteShowSpotID true
Errors
Returns success (0) and is set only if the string passed is "true".