poIPost SetBestViewTransparency
Sets the transparency level for all best views.
Syntax
poIPost_handle SetBestViewTransparency transparency
Application
HyperView Tcl Modify
Description
This command sets the transparency level for all best views in the session.
Inputs
- transparency
- Specify the transparency level between 0.1 and 0.9.
- 0.9 (highest transparency) is the default level.
- 0 is an invalid entry.
- Numeric entries below 0.1 will be treated as 0.1.
- Entries above will be treated as 0.9.
- Non-numeric entries are treated as invalid.
Example
post_handle SetBestViewTransparency 0.6
Errors
Returns 0
if successful, otherwise an error code.