This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem2.LatitudeOfCenter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem2 Interface > IProjectedCoordinateSystem2.LatitudeOfCenter Property
ArcGIS Developer Help

IProjectedCoordinateSystem2.LatitudeOfCenter Property

The latitude of center (Phi C) of a projected coordinate system.

[Visual Basic .NET]
Public Property LatitudeOfCenter As Double
[C#]
public double LatitudeOfCenter {get; set;}
[C++]
HRESULT get_LatitudeOfCenter(
  System.Double* LatitudeOfCenter
);
[C++]
HRESULT put_LatitudeOfCenter(
  double LatitudeOfCenter
);
[C++]
Parameters
LatitudeOfCenter [out, retval]

LatitudeOfCenter is a parameter of type double* LatitudeOfCenter
LatitudeOfCenter is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The latitude of center projection parameter is used by the Hotine Oblique Mercator (Azimuth) and Krovak projections. It defines the latitude that is at the center of the projection. It is usually but not always the origin of the Y values.

See Also

IProjectedCoordinateSystem2 Interface