New Geometry Collection Workflow extension

This sample demonstrates how to replace an existing geometry group on EditAttributesPage with a custom group. which, when activated, generates a geometry based on the user's current map extent. From this sample, you'll learn how to customize the behavior of the geometry group to meet the geometry collection workflow requirements of your organization. Specifically, you'll learn what event to listen to when the built-in groups are generated by the application, and how to replace a group with your own custom group (with custom behavior when activated).

Prerequisites

Product: ArcGIS Mobile

Platforms: Windows Mobile 5/6

Requirements: Visual Studio 2008 with SP1, .NET Compact Framework 3.5

How to use

  1. Open the project in Visual Studio 2008. Learn how to set up your development machine.
  2. Compile the project and deploy the assembly to your mobile device or emulator. Read more information about deployment.
  3. Build and deploy the Mobile Project assembly file (comes with the sample project) to the <ArcGIS Mobile installation path>\bin\Extensions folder on your desktop where you'll author your mobile project with the Mobile Project Center application.
  4. In Mobile Project Center, add the extension to your project on the Capabilities tab.
  5. Deploy your mobile project to your Windows Mobile device or emulator. Get more details on deployment.
  6. Start the out-of-the-box mobile application.
  7. Tap to open the mobile project.
  8. The built-in geometry collection workflow is replaced with a new geometry collection workflow.

Where to get the sample

The sample is available for download from ArcGIS.com.

1/7/2015