*EndResult()
Specifies the end of the begin result block.
Syntax
*EndResult()
Application
HyperView
Context
*BeginGraphic()
Example
*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)
          *CurrentSubcase(1, 4)
       *EndResult()
• • •
   *EndModel()
• • •
*EndGraphic()Comments
Every *BeginResult() block should end with an *EndResult statement. If multiple result files are loaded, there will be multiple *EndResult statements.