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


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

IProjectedCoordinateSystem4GEN.CentralMeridian Property

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

[Visual Basic .NET]
Public Function get_CentralMeridian ( _
    ByVal inDegrees As Boolean _
) As Double
[Visual Basic .NET]
Public Sub set_CentralMeridian ( _
    ByVal inDegrees As Boolean, _
    ByVal CentralMeridian As Double _
)
[C#]
public double get_CentralMeridian (
    bool inDegrees
);
[C#]
public void set_CentralMeridian (
    bool inDegrees,
    double CentralMeridian
);
[C++]
HRESULT get_CentralMeridian(
  VARIANT_BOOL inDegrees,
  double* CentralMeridian
);
[C++]
HRESULT put_CentralMeridian(
  VARIANT_BOOL inDegrees,
  double CentralMeridian
);
[C++]

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

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface