Pitney Bowes MapXtreme User Manual

Page 452

Advertising
background image

Appendix A: How to Create and Deploy a MapXtreme Application

Building a Desktop Application

MapXtreme v7.1

459

Developer Guide

5. Choose Debug > Start Debugging (or press F5) to run the application and see your changes.

Close the Form1 window when you are finished.

.

The application creates the same type of theme using Mexico data. You can pass in any data
source that fits this theme by changing the name of the table and the FeatureLayer.
Next, let’s make changes to the theme itself. By manipulating the parameters passed to the
RangedTheme constructor we can change the way the theme is calculated and displayed.

6. Highlight the word RangedTheme in the code and press F1 (line 212). The help topic for

RangedTheme displays on the screen. You can read this topic to see what each parameter does
when it is passed to the constructor.

Advertising