HyperWorks Desktop

*EndSavedView()

Indicates the end of a saved view block.

*EndSavedView()

Indicates the end of a saved view block.

Previous topic Next topic No expanding text in this topic  

*EndSavedView()

Indicates the end of a saved view block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndSavedView()

Example

*BeginSavedView(“View 1”)

  *ClippingRegion(“clip_values”)

  *View(“view_values”)

*EndSavedView()

Application

HyperView.

Context

*BeginSavedView()

Comments

A *EndSavedView() block is placed along with a *BeginSavedView() block to denote the end of a memory view block.

See also

 

*BeginSavedView()

*ClippingRegion()

*View()

List of Session Statements