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