HyperWorks Desktop

*GridLineVisibility()

Specifies whether or not the grid lines on a section cut are displayed.

*GridLineVisibility()

Specifies whether or not the grid lines on a section cut are displayed.

Previous topic Next topic No expanding text in this topic  

*GridLineVisibility()

Specifies whether or not the grid lines on a section cut are displayed.

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

Syntax

*GridLineVisibility(state)

Argument

Name

Description

 

state

The display state of the grid lines on a section cut ("On" or "Off").

Example

*BeginSectionCut()

  *GridLineVisibility("On")

*EndSectionCut()

Application

HyperView.

Context

*BeginSectionCut()

Comments

A *GridLineVisibility() command may be placed inside a *BeginSectionCut() block to capture the drawing state of the grid lines on a section cut.

See also

 

*BeginSectionCut()

*EndSectionCut()

List of Session Statements