Hi,
I have a project where I want to display a jpg image of a building in the map control. I have created a world file so it will load correctly but I'm having a problem because I need to zoom way in and the map control wont' let me zoom in that far. I thought this was probably because I had my map unit in meters and it has some limit on how far you can zoom in. I changed it to unknown to see what that would do and it raised the following error:
"The value for the enumeration is not on the val id values. Parameter name : mapUnit"
When would i use the GeogrpahyUnit.Unkown? And what map unit should I use for my case and to solve the problem where I can zoom way in.
Thanks!