MapProgress Delegate | |
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
)
Public Delegate Sub MapProgress (
caller As IMap,
isComplete As Boolean
)
Parameters
- caller
- Type: Telogis.GeoBaseIMap
- isComplete
- Type: SystemBoolean
See Also