Click or drag to resize

MapCtrlInvalidate Method (Boolean)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Invalidate the map and specify whether the redraw should be carried out immediately.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Invalidate(
	bool bNow
)

Parameters

bNow
Type: SystemBoolean
True if the map is to be redrawn immediately, false if not.
Remarks
Generally you should just use Invalidate(). If you know the redraw is going to be fast (you haven't changed the size, zoom or center) then you can do it immediately, during UI interaction.
See Also