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


IProjectedCoordinateSystem2.LongitudeOfCenter 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.LongitudeOfCenter Property
ArcGIS Developer Help

IProjectedCoordinateSystem2.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(
  System.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.

Remarks

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

See Also

IProjectedCoordinateSystem2 Interface