MapProjectionGetConvergence Method  | 
 
            Get the convergence (orientation towards true north) at the given geographical location.
            
            The convergence is the angle measured clockwise from true north to the north-south
            gridline passing through the specified coordinate.
            
 
    Namespace: 
   DHI.Projections
    Assembly:
   DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double GetConvergence(
	double lon,
	double lat
)
Public Function GetConvergence ( 
	lon As Double,
	lat As Double
) As Double
public:
double GetConvergence(
	double lon, 
	double lat
)
member GetConvergence : 
        lon : float * 
        lat : float -> float 
Parameters
- lon
 - Type: SystemDouble
Longitude - lat
 - Type: SystemDouble
Latitude 
Return Value
Type: 
Double
See Also