ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableContinuousCallback Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : EnableContinuousCallback Property




Whether images will be fetched continuously during panning of the map or only when panning is complete.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Map Behavior")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
Public Property EnableContinuousCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As Boolean
 
instance.EnableContinuousCallback = value
 
value = instance.EnableContinuousCallback
C# 
[ResCategoryAttribute("Map Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
public bool EnableContinuousCallback {get; set;}

Return Value

Boolean value indicating whether tiles are retrieved continuously during map panning.

Remarks

When this property is true (the default), and the user pans the map using the pan tool or other mechanism, the Map control will retrieve map tiles in the area panned to while the panning is occurring. This uses asynchronous callbacks to the server to work while the user is interacting with the map. If this property is false, then no new map tiles will be retrieved from the server until panning is completed.

See Also

© 2010 All Rights Reserved.