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

Mobile application page used to view/edit the settings for the GPS averaging geometry collection method.

Object Model







Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Gps Averaging method is removed from the application")>
Public Class GpsAveragingSettingsPage 
   Inherits MobileApplicationPage
   Implements IPage 
C# 
[ObsoleteAttribute("Gps Averaging method is removed from the application")]
public class GpsAveragingSettingsPage : MobileApplicationPage, IPage  

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                           ESRI.ArcGIS.Mobile.Client.MobileApplicationPage
                              ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures.GpsAveragingSettingsPage

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