*EndIsoValue()

Specifies the end of an iso value block.

Syntax

*EndIsoValue()

Application

HyperView

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()

Comments

This marks the end of the iso value block.