The DeltaX property returns or sets a datum's delta X in meters from WGS84 in the Molodensky and Bursa-Wolf methods. Returns a double.
Syntax
object.DeltaX
object.DeltaX = DeltaX
Parameter |
Type |
Description |
DeltaX |
Double |
required; delta X value |
Example 1
This example returns the delta X value for a projection's datum.
Debug.Print Proj.DeltaX
Example 2
This example sets the delta X value to 1.5.
Proj.DeltaX = 1.5
Used by: Projection object