| MGMap.stopEx |
|
void stopEx()
Aborts any downloading or redrawing that is currently taking place.
This method is the API equivalent of pressing the Stop toolbar button or selecting the Stop command on the popup menu. The stopEx method works only with the Java Edition; for the ActiveX Control or Plug-In, use stop instead. (the Autodesk MapGuide Viewer, Java Edition requires this method name because "stop" is a reserved Java keyword.)
Note that Autodesk MapGuide Viewer might not be able to size highlighted features correctly due to the abrupt halt of its downloading/redrawing process when stop is invoked.
Note that this method functions only during a busy state. For additional information about busy state, refer to "Handling Busy State and Map Refresh" in the Autodesk MapGuide Developer's Guide.
Java Edition only.
none