Hi I have developed a dynamic map application but I cannot delete map image in folder. Cannot delete when there is dynamic map image vice-versa I can delete image. its reason for use dynamic map struct. now what do should I for delete image. Thanks in advance... for your helps :)
Example code below
IDynamicmap dynamic_map = axMapcontrol1.Map as IDynamicmap; dynamic_map.DynamicMapEnabled = true; dynamic_map.DrawRate = 10; dynamic_map.UseSubPixelRendering = false;