If I set the desktop map control to disp[lay the full extent of the data set, it appears to open at zoom level 10. As I zoom in or out, I can determine the current zoom level using the following:
MapControl.ZoomLevel = winformsMap1.ZoomLevelSet.GetZoomLevel(winformsMap1.CurrentExtent, winformsMap1.Width, NextGenProject.GeographyUnits);
I want to use custom zoom levels. The zoom level is built using a maximum scale of 1:100 and a minimum scale of roughly 1:500000. I assume that the current zoom level is determined by the scale of the map window, but is there a way of determinimg which custom zoom level is current?
I realize this is the desktop forum, but I will also need to determine the current zoom level for the web edition.
Charles