ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.CentralMeridianInDegrees Property

The central meridian (Lambda0) of a projected coordinate system in degrees.

[Visual Basic .NET]
Public Property CentralMeridianInDegrees As Double
[C#]
public double CentralMeridianInDegrees {get; set;}
[C++]
HRESULT get_CentralMeridianInDegrees(
  double* CentralMeridian
);
[C++]
HRESULT put_CentralMeridianInDegrees(
  double CentralMeridian
);
[C++]

Parameters

CentralMeridian [out, retval]   CentralMeridian is a parameter of type double CentralMeridian [in]   CentralMeridian is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface