MapCtrlGetLastError Method | |
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()
Public Function GetLastError As String
Return Value
Type:
StringA string containing the last error to occur while drawing the map or null if the last
map was successfully drawn.
See Also