ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.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(
  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.

See Also

IProjectedCoordinateSystem4GEN Interface