SetGridSpacing method

Sets or returns the grid spacing value for the viewport.

Syntax

object.SetGridSpacing(Xspacing, Yspacing)

Where:

     object is an IntelliCAD Viewport or PViewport object;

     Xspacing and Yspacing are double-precision variables (or values) representing the spacing of grids along the x and y axes.

Examples ...

SetGridSpacing method example