poIContourCtrl SetShellLayer
Sets the current shell layer. The scalar storage within HyperView can accept a shell layer or a derived quantity of all shell layers (max, min, or extreme).
Syntax
poIContourCtrl_handle SetShellLayer layer
Application
HyperView Tcl Modify
Description
This command sets the current shell layer. The scalar storage within HyperView can accept a shell layer or a derived quantity of all shell layers (max, min, or extreme).
Inputs
- layer
- The shell layer label or one of the following derived types:
- max
- Stores the maximum value of all layers.
- min
- Stores the minimum value of all layers.
- extreme
- Stores the maximum absolute value of all layers.
Error
Returns 0 if successful, otherwise an error code.