ESRI.ArcGIS.Mobile.Client
MeasureFeatureResultsPage Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap Namespace : MeasureFeatureResultsPage Class

Page that contains the results of an measure features operation.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class MeasureFeatureResultsPage 
   Inherits Page
   Implements IFeatureActionPageIPageIPage2 
C# 
public class MeasureFeatureResultsPage : Page, IFeatureActionPageIPageIPage2  

Remarks

MeasureFeatureResultsPage is not meant to be used for creating new instances from it. Instead, the application framework allows you to customize the FeatureActionItems on the this page when a listed item is activated. To achieve this, simplely sign up the CreatingFeatureActionItems event. This event will be fired when the collection of FeatureActionItems are being constructed by Project class. From there, you will get a chance to change the collection of FeatureActionItems by adding new FeatureActionItem or removing existing FeatureActionItem.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ESRI.ArcGIS.Mobile.Client.MobileForm
                        ESRI.ArcGIS.Mobile.Client.Page
                           ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap.MeasureFeatureResultsPage

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Tasks.ViewMap

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

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also