ESRI.ArcGIS.Mobile
GpsTrackSatelliteDisplayPosition Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : GpsTrackSatelliteDisplayPosition Enumeration

Used to specify where to display the number of satellites around the GPS Current Location symbol

Syntax

Visual Basic (Declaration) 
Public Enum GpsTrackSatelliteDisplayPosition 
   Inherits Enum
C# 
public enum GpsTrackSatelliteDisplayPosition : Enum 

Members

MemberDescription
None Satellite Count is not displayed
BottomLeft Satellite Count is aligned and displayed to the bottom and left of the GPS symbol
BottomRight Satellite Count is aligned and displayed to the bottom and right of the GPS symbol
Center Satellite Count is aligned and displayed in the center of the GPS symbol
TopLeft Satellite Count is aligned and displayed to the top and left of the GPS symbol
TopRight Satellite Count is aligned and displayed to the top and right of the GPS symbol

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Gps.GpsTrackSatelliteDisplayPosition

Requirements

Namespace: ESRI.ArcGIS.Mobile.Gps

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 (in ESRI.ArcGIS.Mobile.dll)

See Also