This document is archived and information here might be outdated. Recommended version. |
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*