This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.CentralMeridianInDegrees Property (ArcObjects .NET 10.4 SDK) |
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