LatOf1stPt Property

 

The LatOf1stPt property returns or sets the projection's Standard Parallel, Standard Parallel 1, or Latitude of 1st Point depending on the selected projection. Returns a double.

 

Syntax

object.LatOf1stPt

object.LatOf1stPt = LatOf1stPt

 

Parameter

Type

Description

LatOf1stPt

Double

required; in decimal degrees

 

Example 1

This example returns the latitude of a projection's first standard parallel in degrees.

 

Debug.Print Proj.LatOf1stPt

 

Example 2

This example sets the first standard parallel to 45 degrees.

 

Proj.LatOf1stPt = 45

 

Used by: Projection object