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


IProjectedCoordinateSystem5.ConvergenceAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem5 Interface > IProjectedCoordinateSystem5.ConvergenceAngle Property
ArcGIS Developer Help

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,
  System.Double* Angle
);
[C++]
Parameters
pt [in]

pt is a parameter of type WKSPoint trueToGridNorth [in]
trueToGridNorth is a parameter of type 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