| 
            
              IProjectionUnproject Method
             | 
          
        
        
            Unprojects the given point to the geographical coordinate system.
            
        
        Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.258.0 (2.4.258.0)
Syntaxfunction Unproject(point);
 View SourceParameters
- point  Point
 - The point to be unprojected.
 
Return Value
GeoCoordinateThe geographical coordinates of the given point.
See Also