ArcObjects Library Reference (Carto)  

esriGpsSatelliteData Structure

Describes the satellite information.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   prn As Short,
   elevation As Short,
   azimuth As Short,
   snr As Short
)
[C#]
public esriGpsSatelliteData {
   short prn,
   short elevation,
   short azimuth,
   short snr
)
[C++]

typedef struct esriGpsSatelliteData {

   short prn;

   short elevation;

   short azimuth;

   short snr; } esriGpsSatelliteData;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.