Closed bmullins1982 closed 10 years ago
Correct. The MapExtent property is the visible extent of the map in the control. Since we can not guarantee that the extent set and got can remain the same (due to aspect ratio of the control, etc) it was decided to make this read only, and have other methods for setting the extent.
It appears that in the new .NET beta SDK the Map Extent property is now read-only. We used to set that property to programatically pan/zoom the map beyond just the initial extent. Is there another way to do this now?