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


IRealTimeFeed.CurrentSatelliteData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentSatelliteData Property

The satellite data for the given index value.

[Visual Basic .NET]
Public Function get_CurrentSatelliteData ( _
    ByVal Index As Integer _
) As esriGpsSatelliteData
[C#]
public esriGpsSatelliteData get_CurrentSatelliteData (
    int Index
);
[C++]
HRESULT get_CurrentSatelliteData(
  long Index,
  esriGpsSatelliteData* pData
);
[C++]

Parameters Index [in] Index is a parameter of type long pData [out, retval]
pData is a parameter of type esriGpsSatelliteData

Product Availability

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

See Also

IRealTimeFeed Interface