PMShift Property

 

The PMShift property returns or sets a datum's prime meridian shift from WGS84 in the Molodensky and Bursa-Wolf methods. Returns a double.

 

Syntax

object.PMShift

object.PMShift = PMShift

 

Parameter

Type

Description

PMShift

Double

required; shift in decimal degrees

 

Example 1

This example returns the prime meridian shift for a projection's datum.

 

Debug.Print Proj.PMShift

 

Example 2

This example sets the prime meridian shift for a projection's datum to 5.2.

 

Proj.PMShift = 5.2

 

Used by: Projection object