poIIsoValueCtrl SetLayer
Sets the current layer.
Syntax
poIIsoValueCtrl_handle SetLayer layer
Application
HyperView Tcl Modify
Description
Inputs
- layer
- The layer label or one of the following derived types:
- max
- Store the maximum value of all layers.
- min
- Store the minimum value of all layers.
- extreme
- Store the maximum absolute value of all layers.
- sum
- Stores the (scalar) sum of all values among the layers for each entity.
- average
- Stores the (scalar) average value among the layers which contain data for each entity.
- range
- Stores the difference between the maximum and minimum values among the layers for each entity.
- maxlayer
- Stores the layer number (instead of the actual value) which contributed to the maximum value for each entity.
- minlayer
- Stores the layer number (instead of the actual value) which contributed to the minimum value for each entity.
- extremelayer
- Stores the layer number (instead of the actual value) which contributed to the maximum values for each entity.
Errors
Returns 0 if successful, otherwise an error code.