Select to view content in your preferred language

Arcgis Dynamicmap problem in C#

2115
0
08-31-2012 12:49 AM
mustafaguner
Emerging Contributor
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.UseSubPixelRendering = false;
0 Kudos
0 Replies