Chapter 9: working with core mapxtreme classes, Chapter 9: working with core mapxtreme, Classes – Pitney Bowes MapXtreme User Manual
Page 196: Working with core mapxtreme classes

Working with Core
MapXtreme Classes
The MapInfo.Engine namespace contains the interfaces and classes that relate
directly to the core functionality that drives all applications based on
MapXtreme. This includes the core ISession interface which is the starting point
for all MapXtreme applications. Classes in this namespace include Session and
Selections, and SearchPath. Other types in the namespace are supporting
classes, delegates, structures, and enumerations for Collections, Resources,
and CustomProperties.
In this chapter:
Session Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .204
Serialization and Persistence . . . . . . . . . . . . . . . . . . . . . . . . . . . .206
Opening and Saving a Workspace Containing Named Resources .
208
Selection Class. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .209
Selection Code Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .211
Event Arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .213
Exceptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .213
9