====== Map Suite GIS Editor Manager Extensibility Samples ======
==== Zoom To A Point ====
{{:No_screenshot.jpg?300x180}}
[[Source_Code_GISEditorSample_ZoomToAPoint_CS_121129.zip|View Source]] {{filehistory:GISEditorSample_ZoomToAPoint_CS_121129.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: GIS Editor ]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
This sample will show you how to create a UI plugin which uses the menu bar, map and has settings. In the sample we will add a button to the menu bar which when clicked will popup a dialog allow you to enter in X & Y coordinated. When you are finished the map will zoom to that location based on a zoom level that you set in its settings. We will create a setting control to hold the setting and persist it in the plugin between instantiations.
----