Sets or returns the snap spacing value for the viewport.
Syntax
object.SetSnapSpacing(Xspacing As Double, Yspacing As Double)
Where:
object is an IntelliCAD Viewport or PViewport object;
Xspacing and Yspacing are double-precision variables (or values) representing the snap spacing along the x and y axes.
Examples ...