*Increment() - HyperView
Indicates the increment for the iso value.
Syntax
*Increment (value)
Application
HyperView
Inputs
- value
 - The numeric iso value used as an increment on the iso value slider.
 
Example
*BeginIsoValue()
     *ResultType("Displacement")
     *DataComponent("Mag")
     *ComplexFilter("mag")
     *ResolvedInSystem(0)
     *IsoValue(485.728)
     *Increment(1)
     *DisplayMode(below)
     *OverrideColor("On", 0, 255, 0)
     *LegendMode(no)
*EndIsoValue()