FalseEasting returns or sets a projection's false easting in meters. Returns a double.
Syntax
object.FalseEasting
object.FalseEasting = FalseEasting
Parameter |
Type |
Description |
FalseEasting |
Double |
required; horizontal offset in meters |
Example 1
This example returns the false easting value.
Debug.Print Proj.FalseEasting
Example 2
This example sets the false easting value to 17.
Proj.FalseEasting = 17
Used by: Projection object