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


IProjectedCoordinateSystem4GEN.LongitudeOfCenter Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.LongitudeOfCenter Property

The longitude of center (Lam C) of a projected coordinate system.

[Visual Basic .NET]
Public Property LongitudeOfCenter As Double
[C#]
public double LongitudeOfCenter {get; set;}
[C++]
HRESULT get_LongitudeOfCenter(
  double* LongitudeOfCenter
);
[C++]
HRESULT put_LongitudeOfCenter(
  double LongitudeOfCenter
);
[C++]

Parameters LongitudeOfCenter [out, retval] LongitudeOfCenter is a parameter of type double LongitudeOfCenter LongitudeOfCenter is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface