This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.GetCentralLongitude Method (ArcObjects .NET 10.4 SDK) |
Returns CentralLongitude of the projected coordinate system. Always defined, unlike CentralMeridian or LongitudeOfCenter.
[Visual Basic .NET] Public Function GetCentralLongitude ( _ ) As Double
[C#] public double GetCentralLongitude ( );
[C++]
HRESULT GetCentralLongitude(
double* centralLongitude
);
[C++]
Parameters centralLongitude [out, retval] centralLongitude is a parameter of type double