ESRI.ArcGIS.Mobile.Client
CollectFeaturesTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures Namespace : CollectFeaturesTask Class

CollectFeaturesTask is a Task that represents the starting point for the (multi-step) collect-feature workflow. The CollectFeaturesTask is completely non-visual and is primarily responsible for creating and coordinating the display and navigation of multiple controls. Each of these controls represents a step in the workflow. The workflow steps are: 1. Select Feature Type page 2. Collect Status page 2a. Geometry Collection 2a-1. Select Collection Method page 2a-2. Geometry Collection 2a-2a. Sketch Geometry page 2a-2b. GPS Averaging page 2a-2c. GPS Streaming page 2a-2d. Custom Geometry Collection Methods... 2b. Edit Feature Attributes page 2b-1. Edit Attribute page 2c. Custom Feature Collection Steps... 3. Finish Collection page

Object Model



Syntax

Visual Basic (Declaration) 
<CaptionAttribute("Collect Features")>
Public Class CollectFeaturesTask 
   Inherits Task
   Implements IDynamicXmlSerializable 
C# 
[CaptionAttribute("Collect Features")]
public class CollectFeaturesTask : Task, IDynamicXmlSerializable  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Extension
      ESRI.ArcGIS.Mobile.Client.ProjectExtension
         ESRI.ArcGIS.Mobile.Client.Task
            ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures.CollectFeaturesTask

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.