The LonOf1stPt property returns or sets the projection's Longitude of 1st Point. Returns a double.
Syntax
object.LonOf1stPt
object.LonOf1stPt = LonOf1stPt
Parameter |
Type |
Description |
LonOf1stPt |
Double |
required; in decimal degrees |
Example 1
This example returns the longitude of a projection's first point in degrees.
Debug.Print Proj.LonOf1stPt
Example 2
This example sets the first longitude point to 110 degrees.
Proj.LonOf1stPt = 110
Used by: Projection object