ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem5.ConvergenceAngle Property

Returns the grid convergence angle .

[Visual Basic .NET]
Public Function get_ConvergenceAngle ( _
    ByVal pt As WKSPoint, _
    ByVal trueToGridNorth As Boolean _
) As Double
[C#]
public double get_ConvergenceAngle (
    WKSPoint pt,
    bool trueToGridNorth
);
[C++]
HRESULT get_ConvergenceAngle(
  _WKSPoint pt,
  VARIANT_BOOL trueToGridNorth,
  double* Angle
);
[C++]

Parameters

pt [in]

  pt is a parameter of type _WKSPoint

trueToGridNorth [in]   trueToGridNorth is a parameter of type VARIANT_BOOL Angle [out, retval]   Angle is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem5 Interface