This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.LatitudeOfCenter Property (ArcObjects .NET 10.5 SDK) |
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(
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