SetSpacing

SetSpacing method specifies X and Y spacing between lines or crosses for a graticule.

Syntax

object. SetSpacing( X, Y )

Parameter

Type

Required/

Optional

Default

Description

X

Double

Required

This specifies the X coordinate spacing for the graticule

Y

Double

Required

This specifies the Y coordinate spacing for the graticule

Remarks

The X and Y spacing units are specified by the graticule units, i.e. Units property

Example

This example demonstrates setting the graticule spacing to (50000, 50000).

Graticule.SetSpacing(X:=50000, Y:=50000)

Used by: Graticule Object