Refreshes the data in the map view.
object.Redraw ( [_MIDL_IMap0015]) |
- __MIDL__IMap0015
- Optional. A Boolean that specifies whether to reload the drawing cache from the data files.
_MIDL_IMap0015 is a boolean specifying whether to reload the drawing cache from the data files. If _MIDL_IMap0015 is not passed or is specified as False then the map view is redrawn using the cached data. If _MIDL_IMap0015 is specified as True, then the drawing cache is reloaded from the data files (slower redraw). [Optional].
This method is very similar to the Refresh method. The difference is that the Refresh method posts an invalidate message to the Windows queue and the screen will update at the earliest convenience (that is, not necessarily immediately after calling the method). The Redraw method, on the other hand, causes the screen to be updated immediately.