Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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;

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.