Click or drag to resize

MapProgress Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A delegate to be called when progress is made on rendering an IMap that is being rendered asynchronously.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate void MapProgress(
	IMap caller,
	bool isComplete
)

Parameters

caller
Type: Telogis.GeoBaseIMap
isComplete
Type: SystemBoolean
See Also