Select to view content in your preferred language

limit the refresh query number

984
1
08-01-2011 01:53 AM
ericgoueffon
Deactivated User
Hi,

I'm using the layerDefinitions property on a ArcGISDynamicMapServiceLayer. In the same method,
I change the extent, and the layerDefinitions. If I look the queries sent, I see 2 exportMap.
I think the first one is send by the extent modification and the second one by layerDefinitions modification. I'm wrong?
If it's correct, there is a way to disabled autoRefresh and call it manually?

thx,

Eric
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
Try just changing the extent and then listen for extentChange on the Map and then change the layerDefinitions in your extentChange handler.
0 Kudos