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