SetOrigin

SetOrigin method specifies the X and Y origin coordinates for a graticule.

Syntax

object. SetOrigin( X, Y )

Parameter

Type

Required/

Optional

Default

Description

X

Double

Required

This specifies the X coordinate for the graticule origin

Y

Double

Required

This specifies the Y coordinate for the graticule origin

Remarks

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

Example

This example demonstrates setting the graticule origin to (450000, 4100000).

Graticule.SetOrigin(X:=450000, Y:=4100000)

Used by: Graticule Object