ThinkGeo.com    |     Documentation    |     Premium Support

Layers still visible after refresh

Hello,



One problem that keeps coming up using the map control is that often a layer is removed, or .IsVisible is set to false, and Me.MyMap.Refresh is called, but the layer does not vanish from the map until the map extent is changed in some way.  Is there something that I am doing wrong?  Do I need to call .Refresh more often to make sure these layers clear off the map?  We have had issues with the items on the map ‘flashing’ after a user does something to change what is being displayed, so I want to avoid that, and make these transitions as smooth as possible to the user.



Thanks for your help,

Dib

Hi Dib, 
  
 I just did a quickly test, InMemoryFeatureLayer hide after I set its isVisible to false then call map refresh. 
  
 If that don’t works for you, please give more detail information about your code, a simple sample should be helpful. 
  
 Regards, 
  
 Don