BaseStateUnproject Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Unprojects a point on the layer's map into a LatLon.
Namespace:
Telogis.GeoBase.ShapeUI.State
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LatLon Unproject(
Point pt
)
Public Function Unproject (
pt As Point
) As LatLon
Parameters
- pt
- Type: System.DrawingPoint
The point on the map.
Return Value
Type:
LatLonThe point as a LatLon.
See Also