*GridLineSpacing()
Specifies the spacing of the X-axis and Y-axis between each grid line on a section cut.
Syntax
*GridLineSpacing (x_spacing, y_spacing)
Application
HyperView
Inputs
- x_spacing
 - The X-axis grid spacing between the grid lines.
 - y_spacing
 - The Y-axis grid spacing between the grid lines.
 
Context
*BeginSectionCut()
Example
*BeginSectionCut()
   *GridLineSpacing(12.452, 12.452)
*EndSectionCut()
      Comments
A *GridLineSpacing() command may be placed inside a *BeginSectionCut() block to capture the spacing of the X and Y axis between each grid line on a section cut.