The CentralLon property returns or sets a projection's central longitude in degrees. Returns a double.
Syntax
object.CentralLon
object.CentralLon = CentralLon
Parameter |
Type |
Description |
CentralLon |
Double |
required; central longitude value from -360 to 360 |
Example 1
This example returns a projection's central longitude value in degrees.
Debug.Print Proj.CentralLon
Example 2
This example sets a projection's central longitude to 105 degrees.
Proj.CentralLon = 105
Used by: Projection object