ArcPad Scripting Object Model
Redraw Method
See Also  Send comments on this topic.
__MIDL__IMap0015
Optional. A Boolean that specifies whether to reload the drawing cache from the data files.
Map Object : Redraw Method

Glossary Item Box

Description

Refreshes the data in the map view.

Syntax

object.Redraw ( [_MIDL_IMap0015])

Parameters

__MIDL__IMap0015
Optional. A Boolean that specifies whether to reload the drawing cache from the data files.

Remarks

_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.

See Also

© 2012 All Rights Reserved.