[GIS] How to change Map Scale programmaticaly in C# WinForm Project

arcobjectsc

I have created form with axMapControl and comboBox with values of possible scales (e.g. 1:1 000 000, 1: 500 000, etc).

How can I change current map scale programmaticaly by using value from selectedItem taken from Combobox?

Best Answer

You can set IMap.MapScale to set the current map scale.

Related Question