This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
map_suite_gis_editor_manager_extensibility_samples [2015/09/16 03:38] admin [Zoom To A Point] |
map_suite_gis_editor_manager_extensibility_samples [2015/10/10 07:31] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Map Suite GIS Editor Manager Extensibility Samples ====== | + | ====== Map Suite GIS Editor Manager Extensibility Samples ====== |
| - | + | ||
| - | + | ||
| - | ==== Zoom To A Point ==== | + | |
| <div sampleitem> | <div sampleitem> | ||
| - | {{:no_screenshot.jpg?300x180}} | + | ==== Zoom To A Point ==== |
| - | \\ | + | <div screenshot> |
| - | [[Source_Code_GISEditorSample_ZoomToAPoint_CS_121129.zip|View Source]] | | + | {{:No_screenshot.jpg?300x180}} |
| - | {{:File:GISEditorSample_ZoomToAPoint_CS_121129.zip|C# Download}} | [[Map Suite Samples Alternate Languages | Need it in another language?]] \\ \\ | + | </div> |
| + | <div content> | ||
| + | <div download_viewsource_buttons> | ||
| + | [[Source_Code_GISEditorSample_ZoomToAPoint_CS_121129.zip|View Source]] | ||
| + | {{filehistory:GISEditorSample_ZoomToAPoint_CS_121129.zip|C# Download}} | ||
| + | </div> | ||
| + | <div sample_otherlinks> | ||
| [[Map Suite Samples Applies To|Applies To: GIS Editor ]] | [[Map Suite Samples Applies To|Applies To: GIS Editor ]] | ||
| + | \\ | ||
| + | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
| + | </div> | ||
| 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. | 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. | ||
| + | </div> | ||
| </div> | </div> | ||
| ---- | ---- | ||
| - | |||