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