*BeginIsoPlotViewSettings()

Contains a list of iso plot view settings.

Syntax

*BeginIsoPlotViewSettings()

Application

HyperView

Context

*BeginModel()

Substatements

*IsoValue() *OverrideColor()
*Increment() *LegendMode()
*DisplayMode()  

Example

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

Comments

*BeginIsoPlotViewSettings() must have a corresponding *EndIsoPlotViewSettings() statement to mark the end of the iso plot view settings.