*EndTensorPlotViewSettings()
Specifies the end of the tensor plot view settings.
Syntax
*EndTensorPlotViewSettings()
Application
HyperView
Context
*BeginModel()
Example
*BeginTensorPlotViewSettings()
      . . .
      *DrawValues("Normal", "Off")
      *DrawPrefix("Normal", "On")
      . . .
*EndTensorPlotViewSettings()Comments
The *EndTensorPlotViewSettings() statement must be preceded by the corresponding *BeginTensorPlotViewSettings() statement.