*GridLineVisibility()
Specifies whether or not the grid lines on a section cut are displayed.
Syntax
*GridLineVisibility (state)
Application
HyperView
Inputs
- state
- The display state of the grid lines on a section cut ("On" or "Off").
Context
*BeginSectionCut()
Example
*BeginSectionCut()
*GridLineVisibility("On")
*EndSectionCut()
Comments
A *GridLineVisibility() command may be placed inside a *BeginSectionCut() block to capture the drawing state of the grid lines on a section cut.