*EndIsoPlotViewSettings()

Specifies the end of the iso plot view settings.

Syntax

*EndIsoPlotViewSettings()

Application

HyperView

Context

*BeginModel()

Example

*BeginIsoPlotViewSettings()
      *IsoValue(9.21429)
      *Increment(1)
      *DisplayMode(above)
      *OverrideColor("On", 44, 85, 126)
      *LegendMode(no)
*EndIsoPlotViewSettings()

Comments

The *EndIsoPlotViewSettings() statement must be preceded by the corresponding *BeginIsoPlotViewSettings() statement.