poINote SetPositionType
Sets the position type of the note.
Syntax
poINote_handle SetPositionType type
Application
HyperView Tcl Modify
Description
This command sets the position type of the note.
Inputs
- type
- The position type to be set. The following options are available:
- "screen"
- This option sets the note to use screen coordinates (X and Y location on the screen).
- "coordinates"
- This option sets the note to use 3D coordinates (X, Y, and Z in model coordinates).
Errors
Returns 0 if successful, otherwise an error code.