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


IRealTimeFeed.CurrentSatelliteData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface > IRealTimeFeed.CurrentSatelliteData Property
ArcGIS Developer Help

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