HI,
I have a PostgreFeature Layer, and selected a subset data from it, added the selected data in InMemoryFeatureLayer, and created a thematic map for the InMemoryFeatureLayer, everything worked very well in previous release.
But after upgrade to RC1, when I zoom in/zoom out, the PostgreFeature Layer sometimes is visible, sometimes not. It seems there is a problem in the Refresh() method.
BTW, is there any high level document to explain what is InteractiveOverlay, TrackOverlay, EditOverlay,DynamicOverlay, CustomOverlay, backgroundOverlay, LayerOverlay, ExtentOverlay.....Very confusing compared with previous versions!
I used to set the full extent using following code:
Map1.currentExtnet=Me.GetBoundingBox(Map1.StaticOverlay.Layers)
StaticOverlay is obsolete, what should I use now?
Rose