*BeginIsoValue()
Indicates the beginning of an iso value block.
Syntax
*BeginIsoValue()
Application
HyperView
Substatements
*AveragingMethod()
*ComplexFilter()
*CornerDataRequested()
*DataComponent()
*DisplayMode()
*Increment()
*IsoValue()
*Layer()
*LegendMode()
*OverrideColor()
*ProjectionRule()
*ResolvedInSystem()
*ResultType()
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 block captures the iso value settings from the Iso Value panel in HyperView.