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