Hello,
I'm creating an ArcMap add-in for dynamically updating a feature layer. My map have many other layers. Every time I call ActiveView.PartialRefresh(esriViewDrawPhase.esriViewGeography, myFeatureLayer, null), all other layers are refreshed as well. How can I just refresh my layer? Thanks.