Specifies the spacing of the X-axis and Y-axis between each grid line on a section cut.
Syntax |
*GridLineSpacing(x_spacing, y_spacing) |
|
Arguments |
Name |
Description |
x_spacing |
The X-axis grid spacing between the grid lines. |
|
y_spacing |
The Y-axis grid spacing between the grid lines. |
|
Example |
*BeginSectionCut() *GridLineSpacing(12.452, 12.452) *EndSectionCut() |
|
Application |
HyperView. |
|
Context |
||
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. |
|
See also |
|
|
|