DeltaY Property

 

The DeltaY property returns or sets a datum's delta Y in meters from WGS84 in the Molodensky and Bursa-Wolf methods. Returns a double.

 

Syntax

object.DeltaY

object.DeltaY = DeltaY

 

Parameter

Type

Description

DeltaY

Double

required; delta Y value

 

Example 1

This example returns the delta Y value for a projection's datum.

 

Debug.Print Proj.DeltaY

 

Example 2

This example sets the delta Y value to 1.5.

 

Proj.DeltaY = 1.5

 

Used by: Projection object