The LatOf2ndPt property returns or sets the projection's Standard Parallel 2 or the Latitude of 2nd Point, depending on the selected projection. Returns a double.
Syntax
object.LatOf2ndPt
object.LatOf2ndPt = LatOf2ndPt
Parameter |
Type |
Description |
LatOf2ndPt |
Double |
required; in decimal degrees |
Example 1
This example returns the latitude of a projection's second standard parallel.
Debug.Print Proj.LatOf2ndPt
Example 2
This example sets the second standard parallel to 45 degrees.
Proj.LatOf2ndPt = 45
Used by: Projection object