Click or drag to resize

MapCtrlGetLastError Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the error that occurred during the last attempt to draw the map. This will return null if the last map was successfully drawn.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string GetLastError()

Return Value

Type: String
A string containing the last error to occur while drawing the map or null if the last map was successfully drawn.
See Also