This document is archived and information here might be outdated.  Recommended version.


esriGpsSatelliteData Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Structures > E > esriGpsSatelliteData Structure
ArcGIS Developer Help

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 { } esriGpsSatelliteData;

Product Availability

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