FalseNorthing Property

 

The FalseNorthing property returns or sets a projection's false northing in meters. Returns a double.

 

Syntax

object.FalseNorthing

object.FalseNorthing = FalseNorthing

 

Parameter

Type

Description

FalseNorthing

Double

required; vertical offset in meters

 

Example 1

This example returns the false northing value.

 

Debug.Print Proj.FalseNorthing

 

Example 2

This example changes a projection's false northing value to 43.

 

Proj.FalseNorthing = 43

 

Used by: Projection object